April 27, 2024

Apple Releases Speedometer 2.0 Benchmark for Web App Responsiveness

Posted January 16, 2018 at 2:20am by iClarified · 18808 views
Apple has announced the release of Speedometer 2.0, a benchmark that tests a browser's Web app responsiveness by timing simulated user interactions.

This benchmark simulates user actions for adding, completing, and removing to-do items using multiple examples in TodoMVC. Each example in TodoMVC implements the same todo application using DOM APIs in different ways. Some call DOM APIs directly from ECMAScript 5 (ES5), ECMASCript 2015 (ES6), ES6 transpiled to ES5, and Elm transpiled to ES5. Others use one of eleven popular JavaScript frameworks: React, React with Redux, Ember.js, Backbone.js, AngularJS, (new) Angular, Vue.js, jQuery, Preact, Inferno, and Flight. Many of these frameworks are used on the most popular websites in the world, such as Facebook and Twitter. The performance of these types of operations depends on the speed of the DOM APIs, the JavaScript engine, CSS style resolution, layout, and other technologies.

Click here to run the test on your browser. You can learn more about it at the link below...

Read More