hugolib: Some more benchmark adjustments

This commit is contained in:
Bjørn Erik Pedersen
2020-01-13 16:47:10 +01:00
parent 4ed6ebef4c
commit ddd75f2121

View File

@@ -278,9 +278,13 @@ contentDir="content/sv"
{{ len .Sections }}
{{ len .Pages }}
{{ len .RegularPages }}
{{ len .Resources }}
{{ len site.RegularPages }}
{{ len site.Pages }}
{{ with .NextInSection }}Next in section: {{ .RelPermalink }}{{ end }}
{{ with .PrevInSection }}Prev in section: {{ .RelPermalink }}{{ end }}
{{ with .Next }}Next: {{ .RelPermalink }}{{ end }}
{{ with .Prev }}Prev: {{ .RelPermalink }}{{ end }}
`
sb := newTestSitesBuilder(b).WithConfigFile("toml", `