From 250ebc1db5be13063878b178eaad11c4361b7a9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 2 Jun 2017 18:40:10 +0200 Subject: [PATCH] hugolib: Add some more tags to benchmark --- 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 be78f6bc..d23271af 100644 --- a/hugolib/site_benchmark_test.go +++ b/hugolib/site_benchmark_test.go @@ -71,7 +71,7 @@ func BenchmarkSiteBuilding(b *testing.B) { conf.RootSections = rootSections for _, numTags := range []int{0, 1, 10, 20, 50, 100, 500, 1000, 5000} { conf.NumTags = numTags - for _, tagsPerPage := range []int{0, 1, 5, 20} { + for _, tagsPerPage := range []int{0, 1, 5, 20, 50, 80} { conf.TagsPerPage = tagsPerPage for _, numPages := range []int{1, 10, 100, 500, 1000, 5000, 10000} { conf.NumPages = numPages -- 2.30.2