Difference between revisions of "Android Benchmarks"

From eLinux.org
Jump to: navigation, search
(Quadrant)
(Command Line benchmarks)
 
Line 30: Line 30:
  
 
== 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