mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Run benchmarks 3 times
This commit is contained in:
parent
4dac1781e3
commit
b6ea6d07d0
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ GOEXE="${GOEXE-go}"
|
|||
|
||||
echo "Running with BenchmarkSiteBuilding/${1}"
|
||||
|
||||
"${GOEXE}" test -run="NONE" -bench="BenchmarkSiteBuilding/${1}" -test.benchmem=true ./hugolib -memprofile mem.prof -cpuprofile cpu.prof
|
||||
"${GOEXE}" test -run="NONE" -bench="BenchmarkSiteBuilding/${1}" -test.benchmem=true ./hugolib -memprofile mem.prof -count 3 -cpuprofile cpu.prof
|
||||
|
|
Loading…
Reference in a new issue