Skip to content

Commit cda4d75

Browse files
committed
Adjust benchmark
1 parent 84950ed commit cda4d75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎hugolib/hugo_sites_build_test.go‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ func BenchmarkAssembleDeepSiteWithManySections(b *testing.B) {
204204
})
205205
}
206206

207-
runOne(1, 1, 20)
207+
runOne(1, 1, 50)
208208
runOne(1, 6, 100)
209-
runOne(2, 2, 100)
209+
runOne(1, 6, 500)
210210
runOne(2, 6, 100)
211-
runOne(3, 2, 100)
211+
runOne(4, 2, 100)
212212
}

0 commit comments

Comments
 (0)