From: Bjørn Erik Pedersen Date: Sat, 13 Jan 2018 23:49:01 +0000 (+0100) Subject: Run benchmarks 3 times X-Git-Tag: v0.33~16 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b6ea6d07d0b072d850fb066c78976acd6c2f5e81;p=brevno-suite%2Fhugo Run benchmarks 3 times --- diff --git a/benchSite.sh b/benchSite.sh index fcfa1238..62308670 100755 --- a/benchSite.sh +++ b/benchSite.sh @@ -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