mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 13:04:37 -04:00
Run benchmarks 3 times
This commit is contained in:
parent
4dac1781e3
commit
b6ea6d07d0
@ -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…
x
Reference in New Issue
Block a user