From 2de9256293d6c0f01bc43b8c115ce55af0e362dd Mon Sep 17 00:00:00 2001 From: stevo Date: Fri, 21 Sep 2018 07:22:20 +0000 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd637d0..f567b58 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # benchmark for yocto build machine This project includes a jenkins pipeline file for a yocto build. + +## used yocto configuration + +Machine: qemux86 +Distro: poky +yocto version: sumo +image: core-image-minimal + # Results -| Machine | CPU | hard disc | time | -| -------- | -------- | -------- | ------| -| stone | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd | 0h 35 min | -| imageBuild01 | KVM MAchine with 8 cores | hd | 1h 00 min | -| rock | Intel Dualcore, 2 (2 logical cores per physical) | hd | 2h 11 min | -| laptop | Intel i3, 2 (2 logical cores per physical) | ssd | 3h 00 min | +| Machine | CPU | hard disc | comment | time | +| -------- | -------- | --------- | ------- | ----- | +| stone | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd | - | 0h 35 min | +| stone | AMD Ryzon 1700, 8 (8 logical cores per physical) | hd | use docker for build | 0h 41 min | +| imageBuild01 | 8 cores | hd | virtual machine / KVM | 1h 00 min | +| rock | Intel Dualcore, 2 (2 logical cores per physical) | hd | - | 2h 11 min | +| laptop | Intel i3, 2 (2 logical cores per physical) | hd | - | 3h 00 min |