octane icon indicating copy to clipboard operation
octane copied to clipboard

The JavaScript Benchmark Suite for the modern web

Results 23 octane issues
Sort by recently updated
recently updated
newest added

Octane 2.0 includes 17 tests which are executed sequentially. With the concept of web workers evolving, the web pages give much faster response compared to the situation when all the...

Hi guys, When skipping some benchmarks, the geometric mean value is not calculated properly. For instance in the following run, the calculated score was 2483, however it should be 30205....

Reported by masoomeh.rudafshani, Apr 13, 2015 What steps will reproduce the problem? 1. Running the pdfjs benchmark iteratively generates the leaked objects. What is the expected output? What do you...

``` In base.js there is `var performance = performance || {};`. In IE and Safari the `var performance` is initialized as `undefined` which overwrites the built-in `performance` object and causes...

Priority-Medium
Type-Defect
auto-migrated

``` There is a memory leak when running pdfjs for extended periods of time. The problem is that the "canvas_logs" array keeps growing with each run. It should probably be...

Priority-Medium
Type-Defect
auto-migrated

``` I found something odd with the Splay benchmark. It create lots and lots of objects with properties, `array` and `string`, that are never accessed/modified whose `array` value is also...

Priority-Medium
Type-Defect
auto-migrated

``` To reproduce, increase the iteration count in code-load.js (say to 10000/1000): # d8 run-code-load.js --trace_gc [5650] 7 ms: Scavenge 2.1 (38.5) -> 2.1 (38.5) MB, 0.7 ms [allocation failure]....

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1.nook hd+ (possibly nook HD also) 2.load chrome 3.run octane What is the expected output? What do you see instead? Page crashes every...

Priority-Medium
Type-Defect
auto-migrated

``` Octane currently does not include a test that would stress 32-bit floating point math using Math.fround. This is very important for lots of asm.js content, particularly games. The Massive...

Priority-Medium
Type-Defect
auto-migrated

``` The Regexp benchmark has an out-of-bounds error that results in checking whether "undefined" matches some regular expression. The problem is that the arrays s45 and s46 have a different...

Priority-Medium
Type-Defect
auto-migrated