hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit b6ea6d07d0b072d850fb066c78976acd6c2f5e81
parent 4dac1781e3436ddc5eefc6a9c62588e4335d8c71
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Sun, 14 Jan 2018 00:49:01 +0100

Run benchmarks 3 times

Diffstat:
MbenchSite.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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