Δημοσιεύτηκε: 06 Ιαν 2015, 04:32
από abramis
o AMD APU C-60 που είναι στη εν λόγω λίστα: 1 νήμα 189s, 2 νήματα 119s
Κώδικας: Επιλογή όλων
makis@makis-netbook:~$ sysbench --test=cpu --cpu-max-prime=20000 run
sysbench 0.4.12: multi-threaded system evaluation benchmark

Running the test with following options:
Number of threads: 1

Doing CPU performance benchmark

Threads started!
Done.

Maximum prime number checked in CPU test: 20000


Test execution summary:
total time: 189.4728s
total number of events: 10000
total time taken by event execution: 189.4670
per-request statistics:
min: 18.43ms
avg: 18.95ms
max: 31.07ms
approx. 95 percentile: 19.16ms

Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 189.4670/0.00

makis@makis-netbook:~$ sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run
sysbench 0.4.12: multi-threaded system evaluation benchmark

Running the test with following options:
Number of threads: 2

Doing CPU performance benchmark

Threads started!
Done.

Maximum prime number checked in CPU test: 20000


Test execution summary:
total time: 119.0609s
total number of events: 10000
total time taken by event execution: 238.0915
per-request statistics:
min: 20.24ms
avg: 23.81ms
max: 83.27ms
approx. 95 percentile: 24.11ms

Threads fairness:
events (avg/stddev): 5000.0000/3.00
execution time (avg/stddev): 119.0457/0.01