octane
octane copied to clipboard
The JavaScript Benchmark Suite for the modern web
Added new UI based on bootstrap 4 and added features like FPS, Graph, MemorIy Info and JSON output.
Are you still looking for DH sizes over 32768-bit? Are you still looking for DH generated in non power of 2? _Originally posted by @prefixtitle in https://github.com/chromium/badssl.com/pull/214#issuecomment-300913306_
Hi, all. I'm working on analyzing V8 JS engine and making some modification to understand the code structure. I want to make sure my modification does not harm the correctness...
I know this is a performance benchmark. But there is probably a bug [here](https://github.com/chromium/octane/blob/master/gbemu-part1.js#L283). ```javascript if (sixbits[3] >= 0x40) { decode64.length -= 1; // no side effect if (sixbits[2] >=...
Dear folks. Thesedays I encounterd strange case where Octane benchmark shows incorrect result in case of non-deterministic mode. Here is a simple example case. ex ) _minIteration = 4;_ device_A...
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...
#31 fix
``` We run octane for our chip validation. we run using automation, results are generated in log, as our log buffer is too low, results are overwritten by different logs....