Skip to content

Commit

Permalink
Another benchmark rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Feb 18, 2020
1 parent 5b145dd commit e5329f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hugolib/site_benchmark_new_test.go
Expand Up @@ -387,6 +387,8 @@ func BenchmarkSiteNew(b *testing.B) {
name := bm.name
if edit {
name = "Edit_" + name
} else {
name = "Regular_" + name
}
b.Run(name, func(b *testing.B) {
sites := make([]*sitesBuilder, b.N)
Expand Down

0 comments on commit e5329f1

Please sign in to comment.