hugolib: Adjust site benchmark

Having all the pages with shortcodes isn't realistic.
This commit is contained in:
Bjørn Erik Pedersen
2019-03-12 20:27:50 +01:00
parent b9e75afd6c
commit 34c49d788c

View File

@@ -259,7 +259,7 @@ weight = %d
if cfg.Shortcodes {
contentPagesContent = [3]string{
someMarkdownWithShortCode,
someMarkdown,
strings.Repeat(someMarkdownWithShortCode, 2),
strings.Repeat(someMarkdownWithShortCode, 3),
}