There was an error while loading. Please reload this page.
1 parent 4dac178 commit b6ea6d0Copy full SHA for b6ea6d0
benchSite.sh
@@ -9,4 +9,4 @@ GOEXE="${GOEXE-go}"
9
10
echo "Running with BenchmarkSiteBuilding/${1}"
11
12
-"${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
0 commit comments