diff --git a/hugolib/hugo_sites_build_test.go b/hugolib/hugo_sites_build_test.go index 4ef48e6f4..b32d6b2d8 100644 --- a/hugolib/hugo_sites_build_test.go +++ b/hugolib/hugo_sites_build_test.go @@ -204,9 +204,9 @@ func BenchmarkAssembleDeepSiteWithManySections(b *testing.B) { }) } - runOne(1, 1, 20) + runOne(1, 1, 50) runOne(1, 6, 100) - runOne(2, 2, 100) + runOne(1, 6, 500) runOne(2, 6, 100) - runOne(3, 2, 100) + runOne(4, 2, 100) }