mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix BenchmarkCascadeTarget
This commit is contained in:
@@ -63,11 +63,11 @@ kind = '{section,term}'
|
||||
`
|
||||
|
||||
for i := 1; i < 100; i++ {
|
||||
files += "\n-- content/posts/p1.md --\n"
|
||||
files += fmt.Sprintf("\n-- content/posts/p%d.md --\n", i+1)
|
||||
}
|
||||
|
||||
for i := 1; i < 100; i++ {
|
||||
files += "\n-- content/posts/funny/pf1.md --\n"
|
||||
files += fmt.Sprintf("\n-- content/posts/funny/pf%d.md --\n", i+1)
|
||||
}
|
||||
|
||||
b.Run("Kind", func(b *testing.B) {
|
||||
|
||||
Reference in New Issue
Block a user