Skip to content

Commit

Permalink
fixed skewed Chrome results, added Firefox results
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Apr 26, 2012
1 parent 0117c40 commit 627c2e2
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions performance/algorithm/README.md
Expand Up @@ -6,8 +6,8 @@

#### Native Array.sort()
1,000,000 items sorted
7.827 seconds
127,762 items / second
0.526 seconds
1,901,140 items / second

#### mergesortQueue
1,000,000 items sorted
Expand All @@ -18,3 +18,21 @@
1,000,000 items sorted
0.757 seconds
1,321,003 items / second


### Firefox 11.0, Mac OS X 10.7.3, MacBook Pro 2.66 GHz Core i7

#### Native Array.sort()
1,000,000 items sorted
2.242 seconds
446,030 items / second

#### mergesortQueue
1,000,000 items sorted
5.642 seconds
177,242 items / second

#### mergesortArray
1,000,000 items sorted
1.15 seconds
869,565 items / second

0 comments on commit 627c2e2

Please sign in to comment.