Difference between revisions of "Android Benchmarks"

From eLinux.org
Jump to: navigation, search
(Created page with "There are a number of useful benchmarks, for testing the performance of different things in an Android system. Here are some available from the Android market: == 0xbench == * ...")
 
(Command Line benchmarks)
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
== 0xbench ==
 
== 0xbench ==
* Has several built-in benchmarks, such as Linpack, Scimark2, and LibMicro
+
* [https://market.android.com/search?q=0xbench&so=1&c=apps&rdid=org.zeroxlab.benchmark 0xbench in the Android Market]
* Project page at: http://code.google.com/p/0xbench
+
** Has several built-in benchmarks, such as Linpack, Scimark2, and LibMicro
* Is available in Android Market
+
** Project page at: http://code.google.com/p/0xbench
* Some tests require root privileges
+
** Some tests require root privileges (LibMicro and Unixbench)
  
 
== Quadrant ==
 
== Quadrant ==
 +
* [https://market.android.com/details?id=com.aurorasoftworks.quadrant.ui.standard Quadrant Standard Edition, in Android Market]
 +
** [http://www.appbrain.com/app/quadrant-standard-edition/com.aurorasoftworks.quadrant.ui.standard Quadrant Standard Edition, on AppBrain]
 +
**  CPU, I/O and 3D graphics benchmark
 +
*** CPU - arithmetic operations, XML parsing, multimedia decoding
 +
*** Memory throughput
 +
*** I/O - filesystem access and database operations
 +
*** 2D graphics
 +
*** 3D graphics - OpenGL single-pass and multi-pass rendering with stencil buffers
 +
** Standard edition is free, and not for commercial use - only produces a single number, that I can see
 +
** Produced by [http://www.aurorasoftworks.com Aurora Softworks]
 +
 +
* [http://slideme.org/applications?text=quadrant Quadrant Advanced and Professional Editions]
 +
** These editions are available on SlideME
 +
** Allows for customizing the tests run (and viewing results?)
 +
 +
Some people have posted benchmark scores from their devices here:
 +
http://androidforums.com/samsung-vibrant/139183-post-your-quadrant-benchmark-scores.html
  
 
== Command Line benchmarks ==
 
== Command Line benchmarks ==
* iozone -
+
* [http://www.iozone.org/ iozone filesystem benchmark]
** ex: to test filesystem I/Os using a l 1MB file, using 4KB record size , without fflush & with fsync 1
+
** ex: to test filesystem I/Os using a l 1MB file, using 4KB record size , without fflush & with fsync
 
  iozone -i 0 -i 1 -i 2 -i 4 -i 6 -i 7 -s 1024k
 
  iozone -i 0 -i 1 -i 2 -i 4 -i 6 -i 7 -s 1024k
 
  
 
[[Category:Android]]
 
[[Category:Android]]

Latest revision as of 11:50, 27 April 2011

There are a number of useful benchmarks, for testing the performance of different things in an Android system.

Here are some available from the Android market:

0xbench

Quadrant

Some people have posted benchmark scores from their devices here: http://androidforums.com/samsung-vibrant/139183-post-your-quadrant-benchmark-scores.html

Command Line benchmarks

iozone -i 0 -i 1 -i 2 -i 4 -i 6 -i 7 -s 1024k