summaryrefslogtreecommitdiff
path: root/benchmarks/paranoia
AgeCommit message (Collapse)AuthorFilesLines
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-03-16Rename FPE signal handler to avoid a name clash.agc1-0/+105
1999-03-16s/cc/${CC}/agc1-2/+2
Add -ffloat-store to compilation line (pointed out by Jonathon Stone)
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled1-2/+6
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection.
1998-09-24Add benchmark target to the package Makefile, to enable the benchmarkagc2-1/+16
to be run. Add a file containing the answers necessary to run the benchmark.
1998-09-06Make this pkg honor WRKOBJSRC, pointed out by Thorsten.garbled1-5/+4
1998-08-30Add new pkg for paranoia.garbled5-0/+34
a highly paranoid test of IEEE 754 conformancy.