Skip to content

Commit b6ea6d0

Browse files
committed
Run benchmarks 3 times
1 parent 4dac178 commit b6ea6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎benchSite.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ GOEXE="${GOEXE-go}"
99

1010
echo "Running with BenchmarkSiteBuilding/${1}"
1111

12-
"${GOEXE}" test -run="NONE" -bench="BenchmarkSiteBuilding/${1}" -test.benchmem=true ./hugolib -memprofile mem.prof -cpuprofile cpu.prof
12+
"${GOEXE}" test -run="NONE" -bench="BenchmarkSiteBuilding/${1}" -test.benchmem=true ./hugolib -memprofile mem.prof -count 3 -cpuprofile cpu.prof

0 commit comments

Comments
 (0)