Octane 2.0 Released
Written by Ian Elliot   
Wednesday, 13 November 2013

Version 2.0 of Google's benchmarking suite includes measures for reducing latency, new benchmarks that target use cases like asm.js and updates to existing benchmarks.

As we reported when it was originally released in August 2012, Octane 2.0 is a modern benchmark that measures a JavaScript engine’s performance by running a wide range of tests designed to be more representative of today’s complex and demanding web applications. It is an extension to the original V8 benchmark and its goal is to measure the performance of JavaScript code found in large, real-world web applications, running on modern mobile and desktop browsers.  

 

octane2

 

The updated Octane 2.0 benchmark includes four new tests to measure new aspects of JavaScript performance. With the focus in the new version on reducing compiler and garbage latency, two of the new tests, MandreelLatency and SplayLatency are extensions of existing tests instrumented so that they now produce latency scores, as well as speed scores.

Octane 2.0 also adds a zlib test to measure how VMs perform on asm.js-like code, which is taken directly from the zlib sample code from Mozilla's Emscripten test suite. There's also a Typecript test derived from Microsoft's compiler that measures how fast TypeScript compiles itself.

Several existing tests have been fixed:

 

  • GameBoy: part of the code was supposed to run in strict mode, but it didn't. Now it does. A bug that led to excessive out-of-bounds memory accesses in a TypedArray was also fixed.

  • Regexp: eliminated the possibility of caching some results.

  • CodeLoad: improved the cache busting measures by using a true hash function.

  • DeltaBlue and NavierStokes: minor bug fixes that don't change the overall execution profile.

 

runningoctane

More Information

Announcing Octane 2.0

Octane 2.0 JavaScript Benchmark

Octane site

Related Articles

Google's Octane - New JavaScript Benchmark

JavaScript Is Slow

Crockford on JavaScript at Velocity 2011

Which JavaScript is fastest?

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Microsoft Introduces SharePoint Embedded VSCode Extension
22/02/2024

Microsoft has released a preview version of a SharePoint Embedded Visual Studio Code extension, describing it as a new tool for developers who want to get started with SharePoint Embedded application  [ ... ]



pgxman - PostgreSQL Extension Manager
19/02/2024

pgxman is a package manager like npm, but instead of Javascript packages, it is for PostgreSQL extensions. It detects and streamlines extension operations and looks after dependency manageme [ ... ]


More News

Last Updated ( Wednesday, 13 November 2013 )