212eta Posted November 4, 2014 Share Posted November 4, 2014 Performance or more precisely JavaScript performance has been a thing in the browser world ever since Google launched its Chrome browser to the public.Back then Chrome was without doubt the most optimized browser when it came to the execution of JavaScript. This was a wake-up call for Mozilla and Microsoft as they started to improve the JavaScript performance and overall snappiness of their browsers as well in order to compete with Google.JavaScript performance is not really used anymore in these days to show the superiority of a browser over others. While it is still an important metric for developers, it is not really something that end users show much interest in anymore.This could change again with the rise of HTML5 gaming though. Demos of Epic's Unreal 3 and 4 engine that run in web browsers benefit a lot from optimizations. This time, Mozilla is leading the field when it comes to performance. A new benchmark for asm.js has been created to highlight how browsers perform in this area.While it is not the first appearance of an asm.js test, as Octane has one test that does that, it is taking these tests to the next level by using large source files instead of smaller ones that are usually found in benchmarks. Considering that both the Unreal engine and the Unity engine are large codebase-wise, its large nature ensures that the test comes closer to real-world requirements than before.If you are interested in running the benchmark on your system head over to the Massive page on Github to do so. Just click on run and wait for the test to complete.Massive Benchmark highlights asm.js performance of web browsers (by ghacks) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.