From 9fa71c945e761c960c2181ed3ce88395a7c23cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 31 May 2017 14:48:49 +0300 Subject: [PATCH] hubolib: Add 10k pages as a benchmark variant --- hugolib/site_benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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