mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Use YAML for the benchmark compare
This commit is contained in:
parent
e2dc432fe2
commit
8559f5c29f
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
gobench -package=./hugolib -bench="BenchmarkSiteBuilding/TOML,num_langs=3,num_pages=5000,tags_per_page=5,shortcodes,render" -count=3 > 1.bench
|
||||
gobench -package=./hugolib -bench="BenchmarkSiteBuilding/YAML,num_langs=3,num_pages=5000,tags_per_page=5,shortcodes,render" -count=3 > 1.bench
|
||||
benchcmp -best 0.bench 1.bench
|
Loading…
Reference in a new issue