I have three different browsers I want to compare: Mozilla Firefox, Google Chrome, and Safari.

I don't need very sophisticated mechanism; it can simply open a webpage and render.

I tried Gmail, Google Docs, and others, but it seems like they do a great job on both, the web browser and the page because everything is under a second.

Does anyone have a link where I can test browser performance (not necessarily network band width or browser rendering, as in http://acid3.acidtests.org/)

I guess a page with tons of JavaScript is in order.

Do you have one?

EDIT

Heheh this is my attempt :P Obviously there should be a better way:

<script>
    //.... ahh forget it. 
</script>
<input type="button" value="Start" onClick="testIt();"/>
link|improve this question

Did you try the experiments and tests I suggested 20 minutes ago? I would argue that they are the "better way" you seek ;) Hehe. – Jonathan Sampson Jul 16 '09 at 18:46
@Jonathan: They are inded. This is my ewok contribution to the site :P – OscarRyz Jul 16 '09 at 18:52
feedback

3 Answers

up vote 4 down vote accepted

Have you considered the JavaScript benchmark sites?

link|improve this answer
feedback

Chrome also has some really neat "experiments" you can test in various browsers.

To name a few.

link|improve this answer
Don't forget WebGL. – muntoo May 14 '11 at 20:48
feedback

Peacekeeper is a pretty good all-around test for each browser. You can see overall results from others as well.

link|improve this answer
Nice!!, really amusing test by the way – OscarRyz Jul 16 '09 at 18:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.