summaryrefslogtreecommitdiffstats
path: root/benchSite.sh
AgeCommit message (Collapse)Author
2020-12-16all: Fix minor typosPhil Davis
2018-01-14Run benchmarks 3 timesBjørn Erik Pedersen
2017-10-18Simplify Site benchmarksBjørn Erik Pedersen
Now running `./benchSite.sh` should give a good baseline.
2017-07-16Add GOEXE to support building with different versions of `go`Michael Henderson
Add a variable to the makefile and benchmark scripts to let users change the command used to build. Doesn't impact tools like govendor.
2017-06-02Write CPU and mem profiles from site benchmark scriptBjørn Erik Pedersen
2017-06-01hubolib: Make the site benchmark output more compactBjørn Erik Pedersen
So you can do and get: ``` ▶ ./benchSite.sh "YAML,num_pages=10" Running with BenchmarkSiteBuilding/YAML,num_pages=10 BenchmarkSiteBuilding/YAML,num_pages=10-4 1000 1611261 ns/op 730749 B/op 6458 allocs/op PASS ok github.com/spf13/hugo/hugolib 8.168s ```
2017-05-31Add benchSite.shBjørn Erik Pedersen
And change site benchmark separator to comma to make it Bash and regexp friendly, example: ./benchSite.sh "frontmatter=YAML,num_root_sections=1,num_pages=.*,tags_per_page=20,shortcodes=false,render=false"