summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the per4 in perl5.David E. O'Brien2001-05-171-0/+214
| | | | | Submitted by: eivind Approved by: fenner
* Change defaults to match FreeBSD, not Linux.David E. O'Brien2001-05-171-0/+37
| | | | Approved by: fenner
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
|
* Fix distfile-Fennerage on one of fenner's own ports.Bill Fumerola1999-11-231-1/+3
| | | | (Sorry, I couldn't resist.)
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Prefix Websites With Www:Tim Vanderhoek1999-05-021-1/+1
|
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-131-24/+0
|
* Another batch of "Add homepage." for benchmarks through converters.Tim Vanderhoek1998-07-251-2/+5
|
* Fetch from the real MASTER_SITE, since there were troubles with theBill Fenner1997-08-093-9/+51
| | | | | | | previous one. Make portlint happy while we're at it. Also add @dirrm's to PLIST. Found by: distfile checker & portlint
* Perhaps this time I can get it right; remove two files that wereBill Fenner1997-05-281-2/+0
| | | | created when I ran the benchmark on my local machine.
* Update PLIST to go with the upgrade to 1.1 . (oops!)Bill Fenner1997-05-281-17/+71
|
* Upgrade to lmbench 1.1Bill Fenner1997-05-283-11/+22
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-14/+10
|
* Check NOMANCOMPRESS, and convert a shell for loop into a make .for loopSatoshi Asami1996-03-211-10/+14
| | | | | | while I'm here. Requested by: rgrimes
* Expand subdirectory (lib/lmbench).Satoshi Asami1996-02-011-1/+60
|
* Fix a couple of relative paths.Satoshi Asami1996-02-011-3/+3
|
* Category renaming to match the directory names ("benchmarking"Satoshi Asami1995-11-221-2/+2
| | | | -> "benchmarks").
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* Change categories to reflect their new homes.Satoshi Asami1995-07-131-2/+2
|
* Package files.Satoshi Asami1995-05-143-0/+35
|
* The Makefile that has three targets, "results", "rerun" and "see", getsSatoshi Asami1995-05-141-0/+15
| | | | copied over to ${PREFIX}/lib/lmbench.
* Make this thing install. Basically copy everything it needs toSatoshi Asami1995-05-141-2/+22
| | | | ${PREFIX}/lib/lmbench.
* A package to measure & compare system performance.Satoshi Asami1995-05-063-0/+35
Yes, I know the package files are missing, I need to hack it a little more so that it installs the binaries and all the data files in some place that won't be blown away by a "make clean" and compare the results...for now, you can type "make test" to run the test and go into the work/lmbench-1.0/Results subdirectory to see what it measured.