Created
July 17, 2011 13:30
-
-
Save koichik/1087591 to your computer and use it in GitHub Desktop.
node-v8-benchmark-suite results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ~/nave use 0.4.9 | |
| Already installed: 0.4.9 | |
| using 0.4.9 | |
| $ node app.js | |
| V8 Benchmark Suite - version 6 | |
| Running: 11% completed | |
| Richards: 2529 | |
| Running: 22% completed | |
| DeltaBlue: 3762 | |
| Running: 33% completed | |
| Running: 44% completed | |
| Crypto: 2001 | |
| Running: 56% completed | |
| RayTrace: 2835 | |
| Running: 67% completed | |
| Running: 78% completed | |
| EarleyBoyer: 8932 | |
| Running: 89% completed | |
| RegExp: 1685 | |
| Running: 100% completed | |
| Splay: 808 | |
| Score: 2526 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ~/nave use 0.5.1 | |
| Already installed: 0.5.1 | |
| using 0.5.1 | |
| $ node app.js | |
| V8 Benchmark Suite - version 6 | |
| Running: 11% completed | |
| Richards: 4789 | |
| Running: 22% completed | |
| DeltaBlue: 8285 | |
| Running: 33% completed | |
| Running: 44% completed | |
| Crypto: 5258 | |
| Running: 56% completed | |
| RayTrace: 8362 | |
| Running: 67% completed | |
| Running: 78% completed | |
| EarleyBoyer: 9201 | |
| Running: 89% completed | |
| RegExp: 2006 | |
| Running: 100% completed | |
| Splay: 1465 | |
| Score: 4652 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment