summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-02 18:40:10 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-02 18:40:10 +0200
commit250ebc1db5be13063878b178eaad11c4361b7a9d (patch)
treeb9b0838d1d99a7baaf8d336626ea358733c8c82f /hugolib
parentb37d95940885c6c671bf12a741de6bcb5b2176dc (diff)
hugolib: Add some more tags to benchmark
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/site_benchmark_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_benchmark_test.go b/hugolib/site_benchmark_test.go
index be78f6bc8..d23271af7 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