Bjørn Erik Pedersen
8 years ago
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with
1 additions and
1 deletions
-
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 |