v8 / web-tooling-benchmark

JavaScript benchmark for common web developer workloads
https://v8.github.io/web-tooling-benchmark/
Other
436 stars 68 forks source link

Add eslint benchmark #51

Open mathiasbynens opened 6 years ago

alopezsanchez commented 6 years ago

I'll work on it!

mathiasbynens commented 5 years ago

Hey @alopezsanchez, did you make any progress? No worries if not, just checking in.

Note that ESLint uses Espree as its parser nowadays, and Espree is already included in the benchmark.

matthewnbrown commented 5 years ago

@mathiasbynens I'll try to add it. I'm pretty new to this though.

mathiasbynens commented 5 years ago

@everspy Thanks for taking a look! Btw, https://github.com/v8/web-tooling-benchmark/blob/master/CONTRIBUTING.md might be helpful, in case you hadn't seen it.