diff --git a/benchSite.sh b/benchSite.sh index 78a01c6ab..8130559f5 100755 --- a/benchSite.sh +++ b/benchSite.sh @@ -6,4 +6,4 @@ echo "Running with BenchmarkSiteBuilding/${1}" -go test -run="NONE" -bench="BenchmarkSiteBuilding/${1}$" -test.benchmem=true ./hugolib \ No newline at end of file +go test -run="NONE" -bench="BenchmarkSiteBuilding/${1}$" -test.benchmem=true ./hugolib -memprofile mem.prof -cpuprofile cpu.prof \ No newline at end of file