nolanlawson / optimize-js

Optimize a JS file for faster parsing (UNMAINTAINED)
https://nolanlawson.github.io/optimize-js
Apache License 2.0
3.75k stars 104 forks source link

Fixed a microbug that added optimized benchmark libs to the test suite. #35

Closed aickin closed 7 years ago

aickin commented 7 years ago

In master, the test suite adds the .optimized.js benchmarks (if they exist) as test cases because of what I'm pretty sure is a misplaced parenthesis.

nolanlawson commented 7 years ago

Oops that is definitely a bug. Thanks!