Skip to content

benchmark: remove es benchmark

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

These benchmarks compare the performance of ES6 features and their ES5 equivalents. These are testing the javascript engine itself and not node in any way, as far as I can tell. six-speed does a good job testing these things already, and there is a lot of overlap between these two suites. We also have alerts set up for six-speed on the V8 side so we will see any regressions before they make it into node. I'd suggest removing these benchmarks entirely.

Merge request reports

Loading