Skip to content

Commit

Permalink
specify where I'm running this benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 19, 2020
1 parent 6d5a68f commit 6990b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BENCHMARKS.md
Expand Up @@ -8,7 +8,7 @@ I'm benchmarking on two repos (see `script/bench.sh`):
| my main work repo (12mb of Elm code) | 2.055 s ± 0.041 s |

I want this to be much faster.
The old tool that this is replacing for me does more and runs in 1.210 s ± 0.016 s... and it's written in Python (not that Python is necessarily *slow* but it's probably possible to get a faster result!)
The old tool that this is replacing for me does more and runs in `1.210 s ± 0.016 s` on the work repo... and it's written in Python (not that Python is necessarily *slow* but it's probably possible to get a faster result!)

It would probably also be OK to drop tree-sitter.
It's not really super essential for this task, since the regex I actually want is tiny: `^import ([A-Z][\w\d\.]+)`
Expand Down

0 comments on commit 6990b59

Please sign in to comment.