octane icon indicating copy to clipboard operation
octane copied to clipboard

Promise benchmark

Open jdanyow opened this issue 9 years ago • 1 comments

Modern JavaScript APIs are growing more and more Promise heavy. It would be awesome if the benchmark suite was enhanced to cover Promise performance.

One option would be to add a dedicated Promise benchmark. Alternatively the pdfjs bench could be updated to use the javascript engine's built-in Promise when available.

Some links:

Let me know what you think- I'm willing to work on a PR if you want to provide some direction on this.

jdanyow avatar Jan 07 '16 00:01 jdanyow

The V8 team is in the midst of figuring out how best to measure ES6 performance so that we can optimize heavily-used features like promises as soon as possible. We're not sure if something like belongs in Octane yet, so I'll leave your issue open for now.

s3ththompson avatar Jan 12 '16 00:01 s3ththompson