mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
hugolib: Adjust site benchmark
Having all the pages with shortcodes isn't realistic.
This commit is contained in:
@@ -259,7 +259,7 @@ weight = %d
|
|||||||
|
|
||||||
if cfg.Shortcodes {
|
if cfg.Shortcodes {
|
||||||
contentPagesContent = [3]string{
|
contentPagesContent = [3]string{
|
||||||
someMarkdownWithShortCode,
|
someMarkdown,
|
||||||
strings.Repeat(someMarkdownWithShortCode, 2),
|
strings.Repeat(someMarkdownWithShortCode, 2),
|
||||||
strings.Repeat(someMarkdownWithShortCode, 3),
|
strings.Repeat(someMarkdownWithShortCode, 3),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user