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 run Radxa Rock Pro - 4 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run HummingBoard i2eX Dual Core - 1 Thread Code: root@cubox:~# sysbench --test=cpu --cpu-max-prime=20000 run HummingBoard i2eX Dual Core - 2 Threads Code: root@cubox:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run Hummingboard i1 Single Core - 1 thread Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=1 run Hummingboard i1 Single Core - 2 threads Code: root@cubox:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run Raspberry Pi Model B OC (arm=950, core=450, sdram=500, overvolt=2) Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 run Just 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 run Raspberry Pi Model B No OC Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 run Raspberry Pi Model B No OC - 2 Threads Code: root@pi:~# sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run BananaPi Pro - 1 Thread Code: root@bananapi:~# sysbench --test=cpu --cpu-max-prime=20000 run BananaPi Pro - 2 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run Raspberry Pi 2 - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 run Raspberry Pi 2 - 4 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run Raspberry Pi 2 OC - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 run Raspberry Pi 2 OC - 4 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run Hummingboard 2 Edge - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 run Hummingboard 2 Edge - 4 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run ClearFog Pro - 1 Thread Code: # sysbench --test=cpu --cpu-max-prime=20000 run ClearFog Pro - 2 Threads Code: # sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run Conclusion: 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
|