Skip to content

popomore/istanbul-instrument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

istanbul-instrument

This is a comparison between istanbul-lib-instrument and istanbul@0.x

istanbul@0.x uses esprima and istanbul-lib-instrument uses babylon.

How to compare

$ 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
istanbul@0.x parse: 60.204ms
istanbul@0.x traverse: 46.080ms
istanbul@0.x gen: 48.241ms
istanbul@0.x: 156.004ms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published