Benchmarks: Difference between revisions

1,059 bytes added ,  9 January 2013
 
(9 intermediate revisions by 5 users not shown)
Line 47: Line 47:
** Only tests built-in browser
** Only tests built-in browser
** No source code or detailed description of tests available
** No source code or detailed description of tests available
* [http://www.robohornet.org/# RoboHornet]
** Brand new, seems to be in an alpha state


=== Graphics ===
=== Graphics ===
Line 57: Line 59:
** Text Column Test
** Text Column Test
* '''[http://www.craftymind.com/guimark3/ GUIMark3]'''
* '''[http://www.craftymind.com/guimark3/ GUIMark3]'''
** A basic test of Canvas and video performance, largely focusing on comparing similar workloads between Flash and HTML5.
** The result of each test is intended to be a framerate, with frames rendered via setInterval.
** On a fast machine, results are meaningless -- likely to hit the throttled rate given the simple workload.
** Bitmap Test
** Bitmap Test
*** 2D canvas
*** 2D canvas
** Vector Test
** Vector Test
*** 2D canvas
*** 2D canvas
*** Dominated by radial gradient performance.
*** Dominated by radial gradient performance when not running with Direct2D
** Compute Test
** Compute Test
** Video Test
** Video Test
Line 67: Line 72:
** Only tests drawImage()
** Only tests drawImage()
** http://muizelaar.blogspot.ca/2011/02/drawing-sprites-canvas-2d-vs-webgl.html
** http://muizelaar.blogspot.ca/2011/02/drawing-sprites-canvas-2d-vs-webgl.html
* [http://ie.microsoft.com/testdrive/Performance/PenguinMark/ PenguinMark]


=== Javascript ===
=== Javascript ===
* '''[http://v8.googlecode.com/svn/data/benchmarks/v5/run.html V8]'''
* '''[http://v8.googlecode.com/svn/data/benchmarks/v7/run.html V8]'''
* [https://developers.google.com/octane/ Octane]
* [https://developers.google.com/octane/ Octane]
** Essentially V8 version 8
** Essentially V8 version 8
Line 76: Line 82:
** Uses WebBox2D that is slower than emscripten generated version
** Uses WebBox2D that is slower than emscripten generated version
*** Alon is working on an emscripten generated alternative
*** Alon is working on an emscripten generated alternative
* [http://v8.googlecode.com/svn/branches/bleeding_edge/benchmarks/spinning-balls/index.html Spinning Balls]
** Used to test effectiveness of [http://blog.chromium.org/2011/11/game-changer-for-interactive.html garbage collection]


* '''[http://krakenbenchmark.mozilla.org/ Kraken ]'''
* '''[http://krakenbenchmark.mozilla.org/ Kraken ]'''
Line 96: Line 104:


=== Page Load ===
=== Page Load ===
* [http://webpagetest.org WebPageTest]
** seems very good
** cross-browser
** simulates different networks
* iBench
* iBench
** uses onLoad() which is not credible for performance
** uses onLoad() which is not credible for performance
Line 103: Line 115:
* [http://wrla.ch/eideticker/dashboard Eideticker]
* [http://wrla.ch/eideticker/dashboard Eideticker]
** Mozilla developed
** Mozilla developed
* [https://ie.microsoft.com/testdrive/Performance/Chalkboard/ Chalkboard]
** Does CSS transforms on a single SVG image
*** Tests rasterization of SVG images
** Not that interesting for real pan and zoom


== Other ==
== Other ==
Confirmed users
270

edits