I used the test for 3 devices, here are the results:
- Device BQ Aquaris M10 FHD, Ubuntu 16.04
sysbench --test=cpu --num-threads=2 --Cpu-max-prime=20000 run 59 events per second
sysbench --test=cpu --num-threads=8 --Cpu-max-prime=20000 run 113 events per second
sysbench --test=memory --num-threads=4 run Operations performed: 0 ( 0.00 ops/sec) 0.00 MB transferred (0.00 MB/sec)
sysbench --test=mutex --num-threads=64 run total time: 0.9229s
- Device xperia X ubuntu-sdk-20.04
sysbench --test=cpu --num-threads=2 --cpu-max-prime=20000 run 1385 events per second
sysbench --test=cpu --num-threads=8 --cpu-max-prime=20000 run 2465 events per second
sysbench --test=memory --num-threads=4 run Total operations: 25487419 (2546616.80 per second) 24890.06 MiB transferred (2486.93 MiB/sec)
sysbench --test=mutex --num-threads=64 run total time: 9.2790s
- Device: pinetab2, ubuntu-sdk-20.04
sysbench -test=cpu -num-threads=2 -cpu-max-prime=20000 run 678 events per second
sysbench -test=cpu -num-threads=8 -cpu-max-prime=20000 run 1263 events per second
sysbench -testzmemory -num-threads=4 run Total operations: 50881276 (5086734.72 per second) 4968.75 MIB transferred (4967.51 MiB/sec)
sysbench -test=mutex -num-threads=64 run total time: 15.9498s
This result is quite in line with my observations when using these devices: Xperia X performance is quite good after the update to the new release.
Kind regards, Stefan