web-tooling-benchmark icon indicating copy to clipboard operation
web-tooling-benchmark copied to clipboard

JavaScript benchmark for common web developer workloads

Results 20 web-tooling-benchmark issues
Sort by recently updated
recently updated
newest added

I love this benchmark and use it to compare pc/laptop performance working on web development environment, do you think it will be a great idea to have submission list of...

I added the `jshint.js` file which ESLint uses as its performance benchmark. The file is rather large though, so it makes this benchmark the slowest of them all. I can...

cla: no

help wanted
good first issue

Specifically, Mocha seems to perform lots of operations like `Array#includes` and `Array#indexOf` on frozen arrays while setting up its environment and executing its tests. It would be good to have...

help wanted
good first issue

We're accepting PRs that update the frameworks, libraries, and other dependencies in the benchmark.

help wanted
good first issue

The current Babel benchmark should include Babylon parsing just like the Buble benchmark includes Acorn parsing. Thoughts? PS: [This benchmark](https://cherow.github.io/cherow/performance) is a great comparison of existing Javascript parsers, and you...

We've ran the benchmark in our company on most devices... while it runs predictably on laptops and android phones. We've discovered something's wrong on iPhone X. We get consistently better...

This PR adds a simple webpack benchmark based on https://github.com/jhnns/webpack-browser-benchmark During the benchmark, webpack builds a very small project with an async `import()` to also cover the code splitting part....

Ref https://github.com/v8/web-tooling-benchmark/pull/24#issuecomment-345002411 > These could all similarly apply for babylon itself > FYI we need the bundled/concat'd uncompiled version [the current benchmark](https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md): > This benchmark runs the Babel transformation logic...