summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Remove bad MASTER_SITE and add proper version required line.jseger1997-11-261-4/+3
|
* Install manpages with good permissions.pst1997-08-171-4/+5
|
* Fetch from the real MASTER_SITE, since there were troubles with thefenner1997-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
* Update to 2.1pl3fenner1997-07-274-23/+8
| | | | Found by: distfile checker
* Perhaps this time I can get it right; remove two files that werefenner1997-05-281-2/+0
| | | | created when I ran the benchmark on my local machine.
* Update PLIST to go with upgrade to 2.1pl2.fenner1997-05-281-0/+1
|
* Update PLIST to go with the upgrade to 1.1 . (oops!)fenner1997-05-281-17/+71
|
* Upgrade to 2.1pl2fenner1997-05-283-7/+7
|
* Upgrade to lmbench 1.1fenner1997-05-283-11/+22
|
* EXTRACT_SUFX is not necessary when DISTFILES is already specified.asami1997-02-191-3/+3
| | | | | While I'm here, attempt to use more standard variables (PATCH*) in the pre-patch command (patch is in shar format).
* * no $Id$obrien1997-02-171-6/+11
| | | | | | | | * PKGNAME needs a version number * DISTNAME useless * use INSTALL_* macros. * "mkdir -p" --> ${MKDIR} * changed "BTW" to something non-native english speakers may understand.
* Show a benchmark value (taken from my system) after installing the port.andreas1997-02-161-0/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* enable new xengine portandreas1997-02-161-1/+2
|
* new xengine port. Closes PR 2249.andreas1997-02-166-0/+73
| | | | | | | It displays a part of a motor. The faster your X server is, the more rpm you get ;-) Guess how many rpm's I got, when I started with X11 years ago .... 32 rpm with an ET4000 VGA card on a 386 4MB running Interactive Unix ;-))
* mkdir --> ${MKDIR}obrien1996-11-204-13/+13
| | | | | cp --> ${CP} rm --> ${RM}
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-187-20/+6
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-187-35/+27
|
* Removed unnecessary @cwd directive.max1996-11-151-1/+0
|
* Braindamaged master site not allows root@<hostname> password,ache1996-11-142-2/+8
| | | | | use followin trick instead: FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-106-6/+6
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Typo (messure -> measure).asami1996-10-101-1/+1
|
* Fix CFLAGS substitutionspst1996-10-071-1/+1
|
* Maintainer goes in a section of its own.asami1996-08-041-1/+2
|
* Add netperf.asami1996-08-041-1/+2
|
* Re-import netperf package under benchmarks.pst1996-08-037-0/+430
| | | | Requested by: asami
* pkg/COMMENT files for use by ports READMEs.asami1996-04-091-0/+1
|
* Check NOMANCOMPRESS, and convert a shell for loop into a make .for loopasami1996-03-211-10/+14
| | | | | | while I'm here. Requested by: rgrimes
* Expand subdirectory (lib/lmbench).asami1996-02-011-1/+60
|
* Fix a couple of relative paths.asami1996-02-011-3/+3
|
* Make this run from a R/O /usr file system:se1996-01-054-16/+112
| | | | | | - Temporary files are written into $TMPDIR (default /var/tmp) (some 18MB of free space are required for the file system test). - Results are stored into $RESULTDIR (default /tmp).
* Add bytebench.se1996-01-031-1/+2
|
* List all files being installed and add @dirrm directioves for properse1996-01-032-8/+80
| | | | deinstallation.
* Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr willse1996-01-032-8/+72
| | | | | | prevent the tests from running. Do not try to compile the test programs, since the sources are not being copied to the lib/bytebench directory by "make install".
* Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr willse1996-01-032-4/+28
| | | | prevent the tests from running.
* Add "do-install" target.se1996-01-022-6/+18
|
* *** empty log message ***se1996-01-022-0/+20
|
* Package description files added.se1996-01-024-0/+98
|
* The BYTE benchmark suite, very popular under Linux users as it seems.se1996-01-016-0/+208
| | | | | | | | (See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ...
* Category renaming to match the directory names ("benchmarking"asami1995-11-225-10/+10
| | | | -> "benchmarks").
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* use ${PREFIX} instead of /usr/localtorstenb1995-10-061-1/+1
|
* Change categories to reflect their new homes.asami1995-07-135-10/+10
|
* New Makefile with bonnie, iozone, lmbench and tcpblast. Welcome toasami1995-07-131-0/+9
| | | | your new home, babies!
* Remove the dependency on gshar+gunsharjmz1995-06-152-8/+4
| | | | Use awk and sh to extract
* Bonnie benchmarking tool.asami1995-05-196-0/+145
| | | | Submitted by: se
* Package files.asami1995-05-143-0/+35
|
* The Makefile that has three targets, "results", "rerun" and "see", getsasami1995-05-141-0/+15
| | | | copied over to ${PREFIX}/lib/lmbench.
* Make this thing install. Basically copy everything it needs toasami1995-05-141-2/+22
| | | | ${PREFIX}/lib/lmbench.
* A package to measure & compare system performance.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.
* Add more CATEGORIES. packages/orphans is now empty.asami1995-05-031-1/+2
|
OpenPOWER on IntegriCloud