Here is the next tests I’ve made on the same machine with same browsers as in the trevious tests. This test is benchmarking java script performance. And here is source of the test. Relusts are:

Opera

  • Array object 391
  • Date object 63
  • Error handling 46
  • Math object 63
  • RegEx object 219
  • String object 234
  • DOM 172
  • Ajax declarations 156
  • Total Duration 1344

Firefox

  • Array object  66
  • Date object  42
  • Error handling  89
  • Math object  58
  • RegEx object 191
  • String object 726
  • DOM  269
  • Ajax declarations 378
  • Total Duration  1819

Chrome

  • Array object 273
  • Date object 213
  • Error handling 8
  • Math object 17
  • RegEx object 67
  • String object 39
  • DOM 55
  • Ajax declarations 413
  • Total Duration 1085

IE

  • Array object 250
  • Date object 79
  • Error handling 187
  • Math object 203
  • RegEx object 531
  • String object 110
  • DOM 328
  • Ajax declarations 703
  • Total Duration 2391

Safari

  • Array object 47
  • Date object 78
  • Error handling 219
  • Math object 172
  • RegEx object 125
  • String object 31
  • DOM 47
  • Ajax declarations 156
  • Total Duration 875

And the verdioct is:

Safari is the fastest in this test, followed by Chrome, Opera, Firefox and as usual IE is last one.

Side note: In the tests I’ve remarked that only opera and IE correctly(retained the formatting) copied the data in clipboard.

Comments

Leave a Reply

You must be logged in to post a comment.