Showing posts with label browser. Show all posts
Showing posts with label browser. Show all posts

Thursday, September 4, 2008

V8 Benchmark

Google Chrome is rock.
One things that make it a rock star is the JavaScript engine, "V8". Then I try to do a benchmark by opening http://code.google.com/apis/v8/run.html on different browser.

Here are the result:

Google Chrome 0.2.149.27
Score: 1362
DeltaBlue: 1543
Crypto: 1201
RayTrace: 1022
EarleyBoyer: 1820

Safari 3.1.2
Score: 165
DeltaBlue: 115
Crypto: 113
RayTrace: 194
EarleyBoyer: 296

Firefox 3.0.1
Score: 174
DeltaBlue: 204
Crypto: 110
RayTrace: 173
EarleyBoyer: 237

Opera 9.52
Score: 247
DeltaBlue: 160
Crypto: 110
RayTrace: 315
EarleyBoyer: 666

Well, where is the IE7?
When I open the URL on IE7, it shows alert window when the progress reach 33%, but I finally got the result.


Internet Exprorer 7
Score: 41
DeltaBlue: 18
Crypto: 36
RayTrace: 57
EarleyBoyer: 78

At first, the score is only 18, and I try it again, hoping a better result. It only can reach 40 to 41.

Well, IE7 has the slowest JavaScript engine. The browser war is started.