Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popomore/istanbul-instrument
https://github.com/popomore/istanbul-instrument
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/popomore/istanbul-instrument
- Owner: popomore
- Created: 2017-05-08T12:21:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T02:56:15.000Z (over 7 years ago)
- Last Synced: 2024-10-16T05:21:09.556Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# istanbul-instrument
This is a comparison between istanbul-lib-instrument and [email protected]
[email protected] uses esprima and istanbul-lib-instrument uses babylon.
## How to compare
```bash
$ npm i
$ node test.js
```The result
```
istanbul-lib-instrument parse: 100.553ms
istanbul-lib-instrument traverse: 479.304ms
istanbul-lib-instrument gen: 197.976ms
istanbul-lib-instrument: 780.625ms
[email protected] parse: 60.204ms
[email protected] traverse: 46.080ms
[email protected] gen: 48.241ms
[email protected]: 156.004ms
```