mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-17 08:37:14 -04:00
Rename the Edit benchmarks
To make them easier to filter out.
This commit is contained in:
parent
3c568ad013
commit
5b145ddc4c
@ -386,7 +386,7 @@ func BenchmarkSiteNew(b *testing.B) {
|
||||
for _, bm := range benchmarks {
|
||||
name := bm.name
|
||||
if edit {
|
||||
name += "/Edit"
|
||||
name = "Edit_" + name
|
||||
}
|
||||
b.Run(name, func(b *testing.B) {
|
||||
sites := make([]*sitesBuilder, b.N)
|
||||
|
Loading…
x
Reference in New Issue
Block a user