summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix distfile-Fennerage on one of fenner's own ports.Bill Fumerola1999-11-231-1/+3
| | | | | | | (Sorry, I couldn't resist.) Notes: svn path=/head/; revision=23270
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* Prefix Websites With Www:Tim Vanderhoek1999-05-021-1/+1
| | | | Notes: svn path=/head/; revision=18336
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-131-24/+0
| | | | Notes: svn path=/head/; revision=12504
* Another batch of "Add homepage." for benchmarks through converters.Tim Vanderhoek1998-07-251-2/+5
| | | | Notes: svn path=/head/; revision=12104
* 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 Notes: svn path=/head/; revision=7508
* 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. Notes: svn path=/head/; revision=6602
* Update PLIST to go with the upgrade to 1.1 . (oops!)Bill Fenner1997-05-281-17/+71
| | | | Notes: svn path=/head/; revision=6596
* Upgrade to lmbench 1.1Bill Fenner1997-05-283-11/+22
| | | | Notes: svn path=/head/; revision=6581
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-14/+10
| | | | Notes: svn path=/head/; revision=4575
* 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 Notes: svn path=/head/; revision=2865
* Expand subdirectory (lib/lmbench).Satoshi Asami1996-02-011-1/+60
| | | | Notes: svn path=/head/; revision=2672
* Fix a couple of relative paths.Satoshi Asami1996-02-011-3/+3
| | | | Notes: svn path=/head/; revision=2671
* Category renaming to match the directory names ("benchmarking"Satoshi Asami1995-11-221-2/+2
| | | | | | | -> "benchmarks"). Notes: svn path=/head/; revision=2443
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Change categories to reflect their new homes.Satoshi Asami1995-07-131-2/+2
| | | | Notes: svn path=/head/; revision=1959
* Package files.Satoshi Asami1995-05-143-0/+35
| | | | Notes: svn path=/head/; revision=1744
* The Makefile that has three targets, "results", "rerun" and "see", getsSatoshi Asami1995-05-141-0/+15
| | | | | | | copied over to ${PREFIX}/lib/lmbench. Notes: svn path=/head/; revision=1743
* Make this thing install. Basically copy everything it needs toSatoshi Asami1995-05-141-2/+22
| | | | | | | ${PREFIX}/lib/lmbench. Notes: svn path=/head/; revision=1742
* 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. Notes: svn path=/head/; revision=1656