summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-03-12 20:27:50 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-03-12 20:27:50 +0100
commit34c49d788c102a370006e476d6f6143a51b2a03d (patch)
treed76ff603c0fb70ffe328d7cf87d3f6ff3595abe8 /hugolib
parentb9e75afd6c007a6af8b71caeebc4a5a24c270861 (diff)
hugolib: Adjust site benchmark
Having all the pages with shortcodes isn't realistic.
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 d30d30a81..7fb46235d 100644
--- a/hugolib/site_benchmark_test.go
+++ b/hugolib/site_benchmark_test.go
@@ -259,7 +259,7 @@ weight = %d
if cfg.Shortcodes {
contentPagesContent = [3]string{
- someMarkdownWithShortCode,
+ someMarkdown,
strings.Repeat(someMarkdownWithShortCode, 2),
strings.Repeat(someMarkdownWithShortCode, 3),
}