Bench Testing
|
13th Jan, 2015, 05:15 PM
Post: #10
|
|||
|
|||
RE: Bench Testing
@IriDium,
prime number computation is the most CPU only test ever. it is from 99.9% dependent on CPU frequency and CPU internal architecture (nr of math units, pipes in that case so CPU can do X multiplications in one clock tick even if being single core). that's why 5000 primes it takes 90s on CortexA9(1ghz) core, 4s on i5(3.4ghz) and only 3s on i7(being only at 2ghz). there is no involvement of memory, not even internal processor caches. but try that : sysbench --test=threads run on 3.17 on RPI and 3.14 cubox, 3.10 cubox, 3.0.35 cubox. this test can make use of effective scheduler/locks handling. and RPI on 3.17 gives ~~ as 3.14 cubox (with lower freq and inferior CPU design). so context switching and wasted time on internal management in kernel translated to user feel - responsiveness. we used to use 2.4 kernels... in last century. don't remember it much but remember 3.0.35 on cubox. pain (but most Androids run it). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« 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
|