summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
Commit message (Collapse)AuthorAgeFilesLines
* tiobench: fix aligned allocation method clash with newer glibcOtavio Salvador2012-08-072-0/+60
| | | | | | | | | glibc 2.16 added aligned allocation support to stdlib and those function clashes with the local implementation done in tiobench. We fix it using a '_' prefix on those. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* netperf: correct paths in the example scriptsChristopher Larson2012-07-251-0/+10
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cpuburn-neon: fix packaging to use a date as version and valid sourcesOtavio Salvador2012-07-181-7/+5
| | | | | | | | | | | * The package were not versioning the sources as the files had no version on its name. We workaround it mangling the DL_DIR; * We now dynamically check if the machine has or not neon feature and set COMPATIBLE_MACHINE. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cpuburn-neon: add cpuburn app for neon and neon-cortexa8Koen Kooi2012-04-111-0/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* netperf: add version 2.4.4Zhenhua Luo2012-03-114-0/+147
| | | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: Add initial recipe for version 2.0.5Tom Rini2012-03-091-0/+27
| | | | | Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nbench-byte-2.3.3: import recipe from oe-classicchase maupin2012-02-292-0/+70
| | | | | | | | | | | | | | | | | | | * Import the nbench-byte recipe from the oe-classic git repo at git://git.openembedded.org/openembedded commit id: * 6fe7cef27069415f2eba36bc640cf59013d4979b * Update LICENSE checksums * Tested on an AM335x EVM which is the same processor as the beaglebone. * Original Author: * Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> * Modifications by: * Koen Kooi <koen@openembedded.org> * Martin Jansa <Martin.Jansa@gmail.com> * Chris Larson <chris_larson@mentor.com> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* memtester: Corrected recipe following review comments and guidelinesJoel A Fernandes2011-10-312-9/+20
| | | | | | | | | | | | | | This is an import of memtester from OE classic, commit ID: 5671855bfba71575e4919c4b5fc9c5dcb8052612 Fixes to recipe: * Added patch header to Makefile.patch * Corrected order of variables and added HOMEPAGE to recipe * Removed the line, S = "${WORKDIR}/memtester-${PV}" as its the default * Removed new-line at end of recipe Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* memtester: Import from OE classicJoel A Fernandes2011-10-242-0/+42
| | | | | | | Added LIC_FILES_CHKSUM Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lmbench: Add version 3.0-a9 (initial recipe)Noor Ahsan2011-09-015-0/+286
| | | | | | | * Imported from oe.dev commit id bac6441118e0b78d55c98afdc108f03b6c655909. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bonnie++: Add version 1.03c (initial recipe)Noor Ahsan2011-09-012-0/+51
| | | | | | | | * Imported from oe.dev commit id 44985d56bc556786812a0a02d6219afd31a7381d. * Merge .bb and .inc file. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* iozone3: Add version 263 (initial recipe)Noor Ahsan2011-09-013-0/+205
| | | | | | | | * Import from oe.dev commit id b55dcd636a162541a4cdcace8c106869fbb9465b. * Bring LIC_FILES_CHKSUM from iozone.c file. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tiobench: Add version 0.3.3 (initial recipe)Noor Ahsan2011-08-312-0/+74
| | | | | | * Imported from oe.dev commit id 821f47e170dddabaef3925fd62c5423210dcb363. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
* iperf: Add version 2.0.4 (initial recipe)Noor Ahsan2011-08-2910-0/+654
| | | | | | | | * Imported from oe.dev commit id 0ff10ecb88de73074ae4857046643cef15dc4e97 and c10c33f86903c93611023197a7f812459c2dfe2d. * Combined .inc and bb file from oe.dev and made a single bb file. * Removed EXTRA_OECONF_append_epia = " --disable-threads" while importing as this should go in epia layer. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
* dbench: Add version 4.0 (initial recipe)Noor Ahsan2011-08-293-0/+71
* Imported from oe.dev commit id d6f49fe115206047b41b0195724ba872897ef531 Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>