From subsecret
(Created page with "QEMU 3.0 Benchmark on various architectures build with buildroot") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
QEMU 3.0 Benchmark on various architectures build with buildroot | QEMU 3.0 Benchmark on various architectures build with buildroot<br/> | ||
buildroot-2018.08<br/> | |||
uClibc 1.0.30<br/> | |||
binutils 2.31.1<br/> | |||
gcc-8.2.0 (for all except m68k that used gcc-7.3.0 due to issues with newer compiler) | |||
CPU: i7-6700K @ 4.5 GHz | |||
Benchmark: BWA with small dataset | |||
{| class="wikitable sortable" | |||
!Arch | |||
!Time | |||
!% performance | |||
|- | |||
|x86_64 | |||
|13 | |||
|100 | |||
|- | |||
|arm | |||
|128 | |||
|10 | |||
|- | |||
|arm64 | |||
|53 | |||
|25 | |||
|- | |||
|m68k | |||
|133 | |||
|10 | |||
|- | |||
|mips | |||
|196 | |||
|7 | |||
|- | |||
|mips64 | |||
|138 | |||
|9 | |||
|- | |||
|ppc | |||
|96 | |||
|14 | |||
|- | |||
|ppc64 | |||
|46 | |||
|28 | |||
|} |
Latest revision as of 08:21, 25 September 2018
QEMU 3.0 Benchmark on various architectures build with buildroot
buildroot-2018.08
uClibc 1.0.30
binutils 2.31.1
gcc-8.2.0 (for all except m68k that used gcc-7.3.0 due to issues with newer compiler)
CPU: i7-6700K @ 4.5 GHz
Benchmark: BWA with small dataset
Arch | Time | % performance |
---|---|---|
x86_64 | 13 | 100 |
arm | 128 | 10 |
arm64 | 53 | 25 |
m68k | 133 | 10 |
mips | 196 | 7 |
mips64 | 138 | 9 |
ppc | 96 | 14 |
ppc64 | 46 | 28 |