summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbenchSite.sh2
1 files changed, 1 insertions, 1 deletions
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