Browse Source

Run benchmarks 3 times

pull/4281/merge
Bjørn Erik Pedersen 8 years ago
parent
commit
b6ea6d07d0
No known key found for this signature in database GPG Key ID: 330E6E2BD4859D8F
  1. 2
      benchSite.sh

2
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
Loading…
Cancel
Save