samccone / The-cost-of-transpiling-es2015-in-2016

Investigating the overhead cost of compiled es2015
1.34k stars 37 forks source link

Measure tool runtime in the compile scripts #34

Closed paulirish closed 8 years ago

paulirish commented 8 years ago

Not sure how you were doing this before…

But these setup seems the most fair and balanced. wdyt?

stevemao commented 8 years ago

This is probably not the best practice of using npm-scripts. For long-term benefits you might wanna use an external build tool :)

nstepien commented 8 years ago

Maybe move that into the Makefile? time npm run compile

paulirish commented 8 years ago

@MayhemYDG Yahhhhhhh that's much better.

paulirish commented 8 years ago

moved into makefile.

samccone commented 8 years ago

yeah seems more balanced for sure.. I will regen these numbers

samccone commented 8 years ago

:bow: thx for the PR