summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-05-30 19:16:08 +0200
committersharkdp <davidpeter@web.de>2018-05-30 19:16:08 +0200
commit06cd4b2ce82b780e48e3bbc6a9d4daab3258c11a (patch)
tree7c55578c22e34c60c96a69b2e6edd217850e275e /tests/benchmarks
parenta348a9f68e66855ee8334a361e7cfa4cb285392f (diff)
Add 'coderay' to list of alternatives
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/comparison.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/benchmarks/comparison.sh b/tests/benchmarks/comparison.sh
index b6e7e9da..142f6635 100644
--- a/tests/benchmarks/comparison.sh
+++ b/tests/benchmarks/comparison.sh
@@ -15,6 +15,7 @@ cmd_highlight="highlight -O truecolor '$SRC'"
cmd_ccat="ccat --color=always '$SRC'"
cmd_source_highlight="source-highlight --failsafe --infer-lang -f esc -i '$SRC'"
cmd_hicat="hicat '$SRC'"
+cmd_coderay="coderay '$SRC'"
hyperfine --warmup 3 \
"$cmd_bat" \
@@ -23,3 +24,4 @@ hyperfine --warmup 3 \
"$cmd_ccat" \
"$cmd_source_highlight" \
"$cmd_hicat" \
+ "$cmd_coderay" \