hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 667f3a4ba880b14f346161891cd43e2ba9ce9b9d
parent c061b253a4066e7932c2fc7aefb67c9572719b65
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu, 17 Feb 2022 16:45:59 +0100

tpl/partials: Add some more partials to BenchmarkIncludeCached

Diffstat:
Mtpl/partials/integration_test.go | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/tpl/partials/integration_test.go b/tpl/partials/integration_test.go
@@ -167,6 +167,13 @@ baseURL = 'http://example.com/'
 -- layouts/index.html --
 -- layouts/_default/single.html --
 {{ partialCached "heavy.html" "foo" }}
+{{ partialCached "easy1.html" "bar" }}
+{{ partialCached "easy1.html" "baz" }}
+{{ partialCached "easy2.html" "baz" }}
+-- layouts/partials/easy1.html --
+ABCD
+-- layouts/partials/easy2.html --
+ABCDE
 -- layouts/partials/heavy.html --
 {{ $result := slice }}
 {{ range site.RegularPages }}