shithub: hugo

Download patch

ref: b6ea6d07d0b072d850fb066c78976acd6c2f5e81
parent: 4dac1781e3436ddc5eefc6a9c62588e4335d8c71
author: Bjørn Erik Pedersen <[email protected]>
date: Sat Jan 13 19:49:01 EST 2018

Run benchmarks 3 times

--- a/benchSite.sh
+++ b/benchSite.sh
@@ -9,4 +9,4 @@
 
 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