https://github.com/jscheid/parser-perf-comparison
For https://github.com/whitequark/parser/pull/666
https://github.com/jscheid/parser-perf-comparison
Last synced: about 1 year ago
JSON representation
For https://github.com/whitequark/parser/pull/666
- Host: GitHub
- URL: https://github.com/jscheid/parser-perf-comparison
- Owner: jscheid
- Created: 2020-04-06T08:59:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T10:09:35.000Z (about 6 years ago)
- Last Synced: 2025-03-25T03:33:41.529Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a quick test to check the performance impact of
https://github.com/whitequark/parser/pull/666
Usage:
```sh
./run.sh /path/to/rails
```
(Or some other big project).
The first timing output is without the patch, the second one is with
patch.