Commit Graph

8 Commits (973ea984c8708f477573d9f3ffcf7387dd92f4ef)

Author SHA1 Message Date
VeryTastyTomato 973ea984c8 fix: warnings of ShellCheck
SC2155: Declare and assign separately to avoid masking return values.
SC2164: Use cd ... || exit in case cd fails.
SC2230: which is non-standard. Use builtin 'command -v' instead.
3 years ago
Matthias Devlamynck 12340c1d10 Add change dir to script dir to allow running from project root dir 4 years ago
Matthias Devlamynck b50bd58795 Replace #!/bin/bash with #!/usr/bin/env bash to improve compatibility with systems where /bin/bash is not available 4 years ago
sharkdp 1be346a038 Add 'plain' version of bat to the benchmarks 6 years ago
sharkdp 26d409db65 Add 'rouge' to list of alternatives 6 years ago
sharkdp 06cd4b2ce8 Add 'coderay' to list of alternatives 6 years ago
sharkdp 39e2971e96 Add .ignore files to avoid searching asset folders 6 years ago
sharkdp 556149ad3a Add comparison benchmark 6 years ago