From b6ea6d07d0b072d850fb066c78976acd6c2f5e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 14 Jan 2018 00:49:01 +0100 Subject: [PATCH] Run benchmarks 3 times --- benchSite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchSite.sh b/benchSite.sh index fcfa12387..623086708 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