Quote:
Originally Posted by Desidero
Before I go into the rest of my post and your eyes glaze over, I'll start out by saying that I use Firefox and I'll continue to use it unless something huge changes with Chrome/Opera. I could care less if they're a fraction of a second faster at some things. The Firefox addons trump any performance benefits any other browser can bring to the table. Yes, I have tried them all multiple times as updates come out. I'm also not comfortable using a browser made by an advertising company.
With that out of the way, here's the important part of my post: You can actually view the source for the V8 test page and see exactly what's in those javascript files. The ones I checked are all pretty easy to figure out, so feel free to take a look through them. I did not notice anything in the source for the main page or the scripts that would give Chrome any benefit at all. The engine behind Chrome just does really well at whatever type of processing those scripts use.
|
I figured out how it calculates the scores. It runs the benchmark as many times as it can for 1 second, calculates the average time to complete 1 test and uses it to divide the base score of 100, then multiplies it by 100.
edit: nvm my math was off I think, I'll fix it later