mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
Another benchmark rename
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user