Bench Testing
|
Bench Testing
|
|
19th Dec, 2014, 02:10 AM
Post: #2
|
|||
|
|||
|
RE: Bench Testing
Already did this once for a Dutch forum. Once single threaded, once with all supported cores.
Radxa Rock Pro - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=1 runRadxa Rock Pro - 4 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 runHummingBoard i2eX Dual Core - 1 Thread Code: root@cubox:~# sysbench --test=cpu --cpu-max-prime=20000 runHummingBoard i2eX Dual Core - 2 Threads Code: root@cubox:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 runHummingboard i1 Single Core - 1 thread Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=1 runHummingboard i1 Single Core - 2 threads Code: root@cubox:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 runRaspberry Pi Model B OC (arm=950, core=450, sdram=500, overvolt=2) Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 runJust because i can: Raspberry Pi Model B OC (arm=950, core=450, sdram=500, overvolt=2) - 2 Threads Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 runRaspberry Pi Model B No OC Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 runRaspberry Pi Model B No OC - 2 Threads Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 runBananaPi Pro - 1 Thread Code: root@bananapi:~# sysbench --test=cpu --cpu-max-prime=20000 runBananaPi Pro - 2 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 runRaspberry Pi 2 - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 runRaspberry Pi 2 - 4 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 runRaspberry Pi 2 OC - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 runRaspberry Pi 2 OC - 4 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 runHummingboard 2 Edge - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 runHummingboard 2 Edge - 4 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 runClearFog Pro - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 runClearFog Pro - 2 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 runConclusion: Code: Intel 4460 4T : 6.9527** Default Turbo OC pilight - modular domotica solution
|
|||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Bench Testing - IriDium - 19th Dec, 2014, 02:03 AM
RE: Bench Testing - CurlyMo - 19th Dec, 2014 02:10 AM
RE: Bench Testing - IriDium - 19th Dec, 2014, 02:25 AM
RE: Bench Testing - CurlyMo - 19th Dec, 2014, 02:30 AM
RE: Bench Testing - IriDium - 19th Dec, 2014, 02:35 AM
RE: Bench Testing - CurlyMo - 19th Dec, 2014, 02:51 AM
RE: Bench Testing - IriDium - 19th Dec, 2014, 03:07 AM
RE: Bench Testing - CurlyMo - 19th Dec, 2014, 03:17 AM
RE: Bench Testing - CurlyMo - 3rd Jan, 2015, 01:10 AM
RE: Bench Testing - mk01 - 13th Jan, 2015, 05:15 PM
RE: Bench Testing - IriDium - 6th Feb, 2015, 01:17 AM
RE: Bench Testing - CurlyMo - 6th Feb, 2015, 01:22 AM
RE: Bench Testing - IriDium - 6th Feb, 2015, 02:29 AM
RE: Bench Testing - IriDium - 6th Feb, 2015, 07:01 PM
RE: Bench Testing - CurlyMo - 8th Feb, 2015, 06:30 AM
RE: Bench Testing - CurlyMo - 8th Jan, 2016, 06:09 AM
|