Benchmark: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
Line 37: Line 37:
|  
|  
|}
|}
= [http://www.tux.org/~mayer/linux/bmark.html nbench] =
<syntaxhighlight lang='bash'>
wget http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz
tar xzvf nbench-byte-2.2.3.tar.gz
cd nbench-byte
make
</syntaxhighlight>

Revision as of 14:56, 29 February 2016

Sysbench

sysbench --num-threads=1 --test=cpu --cpu-max-prime=20000 --validate run
Device Timing Comment
x86
RPi1
RPi2
RPi3
BeagleBlack
UDoo
ODroid xu4

nbench

wget http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz
tar xzvf nbench-byte-2.2.3.tar.gz
cd nbench-byte
make