Δημοσιεύτηκε: 01 Δεκ 2015, 19:27
από George0k00
Intel Core i5-5200u
Κώδικας: Επιλογή όλων
$ sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run
sysbench 0.4.12:  multi-threaded system evaluation benchmark

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

Doing CPU performance benchmark

Threads started!
Done.

Maximum prime number checked in CPU test: 20000


Test execution summary:
    total time:                          8.9850s
    total number of events:              10000
    total time taken by event execution: 35.9300
    per-request statistics:
         min:                                  3.02ms
         avg:                                  3.59ms
         max:                                 10.50ms
         approx.  95 percentile:               3.63ms

Threads fairness:
    events (avg/stddev):           2500.0000/5.52
    execution time (avg/stddev):   8.9825/0.00


Intel Core i3-4005u
Κώδικας: Επιλογή όλων
$ sysbench  --num-threads=4 --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: 4

Doing CPU performance benchmark

Threads started!
Done.

Maximum prime number checked in CPU test: 20000


Test execution summary:
    total time:                          13.2443s
    total number of events:              10000
    total time taken by event execution: 52.9653
    per-request statistics:
         min:                                  4.71ms
         avg:                                  5.30ms
         max:                                 15.94ms
         approx.  95 percentile:               5.32ms

Threads fairness:
    events (avg/stddev):           2500.0000/6.44
    execution time (avg/stddev):   13.2413/0.00


Intel Atom N270
Κώδικας: Επιλογή όλων
$ 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:                          113.4615s
    total number of events:              10000
    total time taken by event execution: 226.8958
    per-request statistics:
         min:                                 21.50ms
         avg:                                 22.69ms
         max:                                 46.74ms
         approx.  95 percentile:              22.91ms

Threads fairness:
    events (avg/stddev):           5000.0000/1.00
    execution time (avg/stddev):   113.4479/0.00