summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmark/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 1065fcae2f..1b0b373f7a 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -7,7 +7,7 @@ This directory has benchmark definitions to be run with
Execute `gem install benchmark-driver` and run a command like:
-```console
+```bash
# Run a benchmark script with the ruby in the $PATH
benchmark-driver benchmark/erb_render.yml
@@ -24,7 +24,7 @@ Using `make benchmark`, `make update-benchmark-driver` automatically downloads
the supported version of benchmark-driver, and it runs benchmarks with the downloaded
benchmark-driver.
-```console
+```bash
# Run all benchmarks with the ruby in the $PATH and the built ruby
make benchmark
@@ -40,7 +40,7 @@ make benchmark OPTS="--help"
`make benchmark-each` is similar to `make benchmark`, but it allows to execute
some specific benchmarks.
-```console
+```bash
# Run vm1 benchmarks
make benchmark-each ITEM=vm1