1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

run-benchmarks.sh: Don't benchmark startup time syntaxes twice

This commit is contained in:
Martin Nordholts
2021-12-08 11:31:54 +01:00
parent e250da8aaa
commit 36c1ea4599
7 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1 @@
OneColor : AnotherColor

View File

@@ -0,0 +1,3 @@
# Keep this file small, we want to measure bat startup time, not speed of Markdown highlighting!
The Markdown syntax definition references ~18 other syntaxes, so without lazy-loading, it will be slow to load.