Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/popomore/istanbul-instrument


https://github.com/popomore/istanbul-instrument

Last synced: about 2 months ago
JSON representation

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
```