summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled19-43/+147
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-12-06Set PKG_MISC_TARGETS+=benchmark, so all benchmarks can be run by:hubertf1-1/+3
# cd /usr/pkgsrc/benchmark # make install benchmark
1998-12-03make aware of BATCH (if interactive), uid (if benchmark needs to be run as root)hubertf5-5/+27
1998-11-20enable hintdrochner1-1/+2
1998-11-16Do the PLIST substitutions more efficiently, and use the new OS_VERSIONagc3-66/+63
substitution when compiling the PLIST. Eliminate the unnecessary command execution from the package Makefile, which was incorrect.
1998-11-13basic NetBSD changesdrochner2-4/+6
1998-11-13import HINT benchmarkdrochner7-0/+190
1998-11-12s/echo/${ECHO}/agc1-3/+3
1998-10-22Make the "flops" benchmark into a good citizen, and exit with the properagc1-0/+14
value.
1998-10-22Enable nsieve, fib and heapsort, document them, and document update ofgarbled1-1/+4
xosview to 1.6.2.a.
1998-10-22Import of nsieve benchmarkgarbled5-0/+41
a Sieve of Eratosthenes benchmark.
1998-10-22Heapsort benchmarkgarbled5-0/+47
benchmark program for variable sized arrays.
1998-10-22Benchmark to time the computation of the 40th Fibonacci number.garbled5-0/+34
1998-10-22Document and enable flopsgarbled1-1/+2
1998-10-22Initital import of flops-2.0 benchmark.garbled5-0/+52
a floating point benchmark to give your MFLOPS rating.
1998-10-21Enable glunix, fftw, and benchfft.garbled1-1/+2
1998-10-21Initital import of benchfft-2.0garbled6-0/+113
Benchmark your machine with a number of FFT algorithims
1998-09-24Add a benchmark target to the package Makefile, so that the benchmarkagc1-1/+5
can be run.
1998-09-24Run the benchmarks in ${WRKSRC}.agc2-4/+4
1998-09-24Add a benchmark target to the package Makefile, to enable theagc1-1/+4
benchmark to be run.
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-24+ Use @PREFIX@ as the pattern to substitute for ${PREFIX}agc6-61/+59
+ Cleanup the substitutions a bit. + Add a benchmark target to the package Makefile to enable the benchmark to be run.
1998-09-23Add a benchmark target to the package Makefile, to enable theagc1-1/+5
benchmark to be run.
1998-09-23Use @PREFIX@ when substituting for ${PREFIX}.agc11-79/+101
Add benchmark target to enable the benchmark to be run.
1998-09-23Add a benchmark target to the package Makefile, to enable theagc1-1/+4
benchmark to be run.
1998-09-23Add a benchmark target to the package Makefile to enable the benchmarkagc1-1/+4
to be run.
1998-09-23Rename PREFIX value to be substituted to @PREFIX@.agc2-4/+7
Add a benchmark target to the package Makefile, so that "make benchmark" will run the benchmark.
1998-09-17Clean this up for RO pkgsrc.agc1-28/+21
Eliminate duplicated code.
1998-09-06Make this pkg honor WRKOBJSRC, pointed out by Thorsten.garbled1-5/+4
1998-09-06Make this pkg honor WRKOBJSRCgarbled1-5/+4
1998-09-05Add and enable hbench, note it in the docs.garbled1-1/+2
1998-09-05New pkg for hbench-OS-1.0 (hi matt!)garbled19-0/+679
a suite of portable benchmarks to measure the OS and the hardware.
1998-09-03Work around bug in our dc(1) and fix up the checking of wait(3).garbled1-0/+43
Will look into fixing dc(1) this weekend.
1998-09-01use ${WRKDIR} not `work'mrg1-2/+2
1998-09-01Fix an LP64 bug in the pipe speed tests.garbled1-0/+22
1998-08-30fix minor screw up in path to result-dirgarbled1-4/+4
1998-08-30enable linpack and paranoia benchmarksgarbled1-1/+3
1998-08-30Add new pkg for linpack benchmarkgarbled6-0/+275
a collection of benchmarks for floating point.
1998-08-30Add new pkg for paranoia.garbled5-0/+34
a highly paranoid test of IEEE 754 conformancy.
1998-08-30Enable dhrystone, whetstone, iozone, lmbench and byte-benchgarbled1-4/+6
1998-08-30Add new pkg for whetstone-1.2 with patches from Ignatios to use clock()garbled6-0/+95
a benchmark for processors that gives you a MIPS rating.
1998-08-30Add new pkg for lmbench-2.11agarbled17-0/+569
a complete benchmark that gives a large amount of information.
1998-08-30Oops.. forgot the Makefile..garbled1-0/+19
1998-08-30Add new pkg for iozone-1.14bgarbled4-0/+9
a benchmark for file read and write speed.
1998-08-30add new pkg dhrystone-2.1garbled6-0/+88
Reinhold Weicker's DHRYSTONE 2.1 integer benchmark
1998-08-30Add new pkg for bytebench-3.6garbled6-0/+155
BYTE Magazine's Public Domain benchmark for UNIX
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-06-20Make packages which use NetBSD's bsd.man.mk work with automatic manualagc1-3/+6
page handling.