summaryrefslogtreecommitdiffstats
path: root/benchSite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchSite.sh')
-rwxr-xr-xbenchSite.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchSite.sh b/benchSite.sh
index c59453336..78a01c6ab 100755
--- a/benchSite.sh
+++ b/benchSite.sh
@@ -1,9 +1,9 @@
#!/bin/bash
-# Send in a regexp mathing the benchmarks you want to run, i.e. './benchSite.sh "frontmatter=YAML"'.
+# Send in a regexp mathing the benchmarks you want to run, i.e. './benchSite.sh "YAML"'.
# Note the quotes, which will be needed for more complex expressions.
# The above will run all variations, but only for front matter YAML.
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 \ No newline at end of file