I have done a micro benchmark to compare Chrome/Firefox 3.0/Firefox TraceMonkey (3.1) and IE.

Algorithm IE6 FF3 FF3.1 Chrome Comments
Computation
for(i=0 to 10millions)
result+=i;
2800ms 945ms 40ms 200-2000ms Strange : with Chrome results are not stable, each time the bench is restarted (not reloaded) the result is different
Building a table :
for(i=0 to 1000)
addALineOnTopOfATable();
1900ms 885ms 480ms 160ms Chrome is faster
Moving an image :
for(i=0 to 10000)
moveTheImage();
1450ms 5308ms 912ms 450ms Chrome is faster

 

Results are in milliseconds.

 

Test the Micro Benchmark

 image image image

It was run on this machine (Windows XP SP2) :

image