mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-06 10:21:59 +00:00
hubolib: Add 10k pages as a benchmark variant
This commit is contained in:
parent
d25d89e653
commit
9fa71c945e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func BenchmarkSiteBuilding(b *testing.B) {
|
||||||
conf.RootSections = rootSections
|
conf.RootSections = rootSections
|
||||||
for _, tagsPerPage := range []int{0, 1, 5, 20} {
|
for _, tagsPerPage := range []int{0, 1, 5, 20} {
|
||||||
conf.TagsPerPage = tagsPerPage
|
conf.TagsPerPage = tagsPerPage
|
||||||
for _, numPages := range []int{10, 100, 500, 1000, 5000} {
|
for _, numPages := range []int{10, 100, 500, 1000, 5000, 10000} {
|
||||||
conf.NumPages = numPages
|
conf.NumPages = numPages
|
||||||
for _, render := range []bool{false, true} {
|
for _, render := range []bool{false, true} {
|
||||||
conf.Render = render
|
conf.Render = render
|
||||||
|
|
Loading…
Reference in a new issue