summaryrefslogtreecommitdiff
path: root/benchmarks/libmicro
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26benchmarks: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07benchmarks: Remove SHA1 hashes for distfilesnia1-2/+1
2017-09-08Comment out dead sites.wiz1-4/+3
2015-11-07Use the NetBSD and DragonFly makefiles for FreeBSD, OpenBSD, and Bitrig.dholland1-1/+6
2015-11-07remove a bunch of pkglintdholland1-14/+15
2015-11-07Add makefile for MacOS by copying the NetBSD one. It probably won'tdholland2-1/+50
work; but if it doesn't exist it definitely won't work.
2015-11-03Add SHA512 digests for distfiles for benchmarks categoryagc1-1/+2
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run
2012-09-11"user-destdir" is default these daysasau1-3/+1
2011-11-06PR#45500 benchmarks/libmicro: Add DragonFly supportmarino3-2/+53
This commit fixes the run-libmicro command which was broken for all platforms. It was pointing at the destdir version instead of the installed version. It also provides a DragonFly-specific makefile which enables it to build and run on DragonFly.
2010-01-25update master_sites.zafer1-2/+2
2009-11-22Import libMicro 0.4.0.jym17-0/+585
LibMicro is a portable set of microbenchmarks that many Solaris engineers used during Solaris 10 development to measure the performance of various system and library calls. LibMicro was developed by Bart Smaalders and Phil Harman as part of their "If Linux is faster it's a Solaris bug performance" campaign.