Showing posts with label benchmark. Show all posts
Showing posts with label benchmark. Show all posts

Wednesday, September 10, 2008

Dromaeo - Mozilla JavaScript Performance Test Suite

The other day I was expecting a JavaScript benchmark suite from Mozilla & Microsoft. Recently, Mozilla has released a performance test suite which they made available at dromaeo.com. Click on the links below to see the exact performance results of each browser.

  • Mozilla FireFox 3.0.1 - 10229.40 ms
  • Google Chrome 0.2.149.29 - 8277.0 ms
  • Microsoft Internet Explorer 7.0 - What did you say? IE? Sorry it was a non-starter. I think it got scared away by seeing this benchmark suite. It just completed only one of the tests and never completed the other ones. It just hangs. Better luck next time Microsoft. :(

Here also Chrome blasted almost all the benchmark tests, though it took more time in "DOM Modification" test than FireFox.

Well, Mozilla & Google has come up with their own test suites. It is now the turn of Microsoft to give their own. I don't think they will do. Any benchmark suite should be open for public scrutiny. I bet they will hire some third party to test and come up with a white paper saying that IE 8 is faster under some fancy test conditions.

I believe, in future Google will come up with more innovative web applications which requires faster JavaScript performance. This will improve the adoption rate of Chrome & Firefox.

Links:- John Resig - Dromaeo: JavaScript Performance Testing

Sunday, September 07, 2008

V8 & Sunspider - Java Script Benchmark tests

Today I ran the Java Script benchmark tests available from V8 Benchmark Suite - version 1 and SunSpider JavaScript Benchmark

I ran the tests in DELL my laptop which has Intel Core 2 Duo 7200 processor, 1 GB RAM, Windows Vista Business SP1. When I ran the V8 benchmark suite I got the following score. Higher scores means better performance.

  • Google Chrome v0.2.149.27 = 1648
  • FireFox v3.0.1 = 120
  • Internet Explorer v7.0 = 30

On running SunSpider Javascript Benchmark, I got the following score(in milliseconds). The results shows how quickly the tests were completed by each browser.

Click on the above browser links to see the actual test results. The results page also provides a way to compare the test results from other browser.

From the test comparison, it is sure GC's performance has blown away the browsers. GC is 7.4 times faster than FF and 17.3 times faster than IE.

Let  us see what is in store for FF 3.1 and IE 8. I would also like to see benchmark test suites from Mozilla and Microsoft. The above two test suites are all relate to Google Chrome. One is hosted through Google chrome V8 project and other through Webkit site.