summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-05-30 19:24:30 +0200
committersharkdp <davidpeter@web.de>2018-05-30 19:24:30 +0200
commit26d409db65f155148fa5c2296570b031f093dc6b (patch)
tree01278458b7cbc1107ce9fe0706503728698e0cd7 /tests/benchmarks
parent06cd4b2ce82b780e48e3bbc6a9d4daab3258c11a (diff)
Add 'rouge' 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 142f6635..ed500e18 100644
--- a/tests/benchmarks/comparison.sh
+++ b/tests/benchmarks/comparison.sh
@@ -16,6 +16,7 @@ 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'"
+cmd_rouge="rougify '$SRC'"
hyperfine --warmup 3 \
"$cmd_bat" \
@@ -25,3 +26,4 @@ hyperfine --warmup 3 \
"$cmd_source_highlight" \
"$cmd_hicat" \
"$cmd_coderay" \
+ "$cmd_rouge" \