From 34c49d788c102a370006e476d6f6143a51b2a03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 12 Mar 2019 20:27:50 +0100 Subject: [PATCH] hugolib: Adjust site benchmark Having all the pages with shortcodes isn't realistic. --- hugolib/site_benchmark_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }