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
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

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