diff --git a/hugolib/site_benchmark_test.go b/hugolib/site_benchmark_test.go index 985bc8eef..89d821880 100644 --- a/hugolib/site_benchmark_test.go +++ b/hugolib/site_benchmark_test.go @@ -45,7 +45,7 @@ func BenchmarkSiteBuilding(b *testing.B) { conf.RootSections = rootSections for _, tagsPerPage := range []int{0, 1, 5, 20} { conf.TagsPerPage = tagsPerPage - for _, numPages := range []int{10, 100, 500, 1000, 5000} { + for _, numPages := range []int{10, 100, 500, 1000, 5000, 10000} { conf.NumPages = numPages for _, render := range []bool{false, true} { conf.Render = render