aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Respect CC and CFLAGSKris Kennaway2002-04-061-0/+29
| | | | Notes: svn path=/head/; revision=57361
* Respect CC and CFLAGSKris Kennaway2002-04-041-2/+20
| | | | | | | Noticed by: My new Ultra 30 Notes: svn path=/head/; revision=57297
* Make this build again on systems with no MAP_INHERIT on mmap.Greg Lehey2002-03-291-0/+14
| | | | Notes: svn path=/head/; revision=56833
* Update to 1.0.Maxim Sobolev2002-03-063-2/+5
| | | | Notes: svn path=/head/; revision=55634
* The distfile changed but the version number is the same.Jean-Marc Zucconi2002-03-053-12/+4
| | | | Notes: svn path=/head/; revision=55577
* Upgrade to version 3.83.Jean-Marc Zucconi2002-03-043-8/+18
| | | | Notes: svn path=/head/; revision=55538
* Add dbench 1.3, a simulation of the Ziff-Davis netbench benchmark.Mark Pulford2002-02-248-0/+109
| | | | | | | | PR: 35055 Submitted by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su> Notes: svn path=/head/; revision=55154
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-292-12/+12
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53948
* Set LATEST_LINK to "iozone21" to avoid conflict with the package nameAkinori MUSHA2002-01-191-0/+2
| | | | | | | | | of benchmarks/iozone. (Maintainer timeout; I think it's too trivial to bother him with.) Notes: svn path=/head/; revision=53350
* Correct stale URLs.Joseph Koshy2001-12-252-2/+2
| | | | Notes: svn path=/head/; revision=52139
* I'll take over this port.Munechika SUMIKAWA2001-12-171-0/+2
| | | | Notes: svn path=/head/; revision=51677
* Better fix for previousKris Kennaway2001-11-301-2/+1
| | | | Notes: svn path=/head/; revision=50786
* Don't install patch turdsKris Kennaway2001-11-301-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=50785
* Back out previous delta; this URL links toa much better descriptionSheldon Hearn2001-11-221-1/+1
| | | | | | | | of the software, rather than just a page from which the source can be downloaded. Notes: svn path=/head/; revision=50362
* Update to postmark-1.5:Sheldon Hearn2001-11-223-3/+3
| | | | | | | | | | | * older postmark-1.13 is no longer available * new version automatically stops if work files are depleted. * new version uses a better PRNG. Notes: svn path=/head/; revision=50360
* Add stream-1.0, a synthetic benchmark program that measures sustainablePete Fritchman2001-11-068-0/+74
| | | | | | | | | | memory bandwidth PR: 27272 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=49688
* Setting optind to 0 before calling getopt(3) is a stupid idea; it wouldJoerg Wunsch2001-11-021-0/+10
| | | | | | | | | cause argv[0] to be evaluated as a program option, which is usually not what we want. ;-) Just leave it alone, the library is supposed to DTRT anyway. Notes: svn path=/head/; revision=49515
* Upgrade to version 3.67Jean-Marc Zucconi2001-10-312-3/+3
| | | | | | | Submitted by: ijliao Notes: svn path=/head/; revision=49421
* incorporate Arne.Juul@fast.no's patchesMichael Haro2001-10-181-16/+136
| | | | | | | Submitted by: Arne.Juul@fast.no Notes: svn path=/head/; revision=48917
* Update to 0.9.Maxim Sobolev2001-10-183-3/+5
| | | | Notes: svn path=/head/; revision=48902
* upgrade to 1.0.2Ying-Chieh Liao2001-10-173-5/+14
| | | | | | | drop maintainership Notes: svn path=/head/; revision=48863
* Updated to 2.09.Mark Pulford2001-09-302-2/+2
| | | | Notes: svn path=/head/; revision=48279
* Update to new distfile location and use bz2Bill Fenner2001-09-102-2/+3
| | | | | | | Submitted by: mbac@nyct.net Notes: svn path=/head/; revision=47589
* upgrade to 0.60Ying-Chieh Liao2001-09-092-3/+3
| | | | | | | drop maintainership Notes: svn path=/head/; revision=47567
* upgrade to 1.01dYing-Chieh Liao2001-09-094-2/+23
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=47562
* Update MASTER_SITESDavid W. Chapman Jr.2001-09-034-17/+10
| | | | | | | | | | | | Bump PORTEPOCH "Upgrade" to v0.5 Give author of software maintainership PR: 29900 Submitted by: leeym@utopia.leeym.com Notes: svn path=/head/; revision=47399
* Updated to 2.06Mark Pulford2001-08-292-2/+2
| | | | Notes: svn path=/head/; revision=47069
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-1/+1
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* update to version 0.99Michael Haro2001-08-184-26/+17
| | | | | | | | | | release maintainership PR: 29838 Submitted by: maintainer Notes: svn path=/head/; revision=46415
* Don't let patch's auto-RCS-checkout behavior interfere withBill Fenner2001-08-011-0/+11
| | | | | | | | applying patches by making the files writable before trying to patch them. Notes: svn path=/head/; revision=45714
* Updated to 2.05Mark Pulford2001-07-132-2/+2
| | | | Notes: svn path=/head/; revision=45101
* Add NOPORTDOCS support to pkg-plistDavid W. Chapman Jr.2001-07-081-2/+2
| | | | | | | | PR: 28603 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44903
* Add NOPORTDOCS supportMario Sergio Fujikawa Ferreira2001-07-031-5/+5
| | | | | | | | PR: 28601 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44721
* Add NOPORTDOCS supportMario Sergio Fujikawa Ferreira2001-07-031-2/+2
| | | | | | | | PR: 28602 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44720
* Update to 2.02. Add mirror site.Mark Pulford2001-06-142-7/+8
| | | | Notes: svn path=/head/; revision=43968
* upgrade to 1.01cYing-Chieh Liao2001-06-102-2/+2
| | | | Notes: svn path=/head/; revision=43751
* Add siege 2.00, a http regression testing and benchmarking utility.Mark Pulford2001-06-086-0/+53
| | | | | | | | PR: 27831 Submitted by: Mark Pulford <mark@kyne.com.au> Notes: svn path=/head/; revision=43627
* add iperfYing-Chieh Liao2001-05-277-0/+97
| | | | | | | | | | A tool to measure maximum TCP and UDP bandwidth PR: 27462 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43158
* Rewrite the per4 in perl5.David E. O'Brien2001-05-171-0/+214
| | | | | | | | Submitted by: eivind Approved by: fenner Notes: svn path=/head/; revision=42678
* Change defaults to match FreeBSD, not Linux.David E. O'Brien2001-05-171-0/+37
| | | | | | | Approved by: fenner Notes: svn path=/head/; revision=42677
* add missing sbin/zcac into pkg-plistYing-Chieh Liao2001-04-261-0/+1
| | | | | | | Noted by: bento's log Notes: svn path=/head/; revision=41908
* Upgrade to version 3.53Jean-Marc Zucconi2001-04-072-6/+6
| | | | Notes: svn path=/head/; revision=41046
* Correct startup shell script - pass command line arguments to the underlyingMaxim Sobolev2001-04-051-1/+2
| | | | | | | Python script. Notes: svn path=/head/; revision=40867
* add postal, a SMTP/POP benchmark testerYing-Chieh Liao2001-04-026-0/+39
| | | | Notes: svn path=/head/; revision=40719
* clean up warningsMichael Haro2001-03-291-0/+137
| | | | Notes: svn path=/head/; revision=40546
* Add pybench 0.8, an extensible benchmark suite for Python.Maxim Sobolev2001-03-296-0/+96
| | | | Notes: svn path=/head/; revision=40532
* add bonnie++Ying-Chieh Liao2001-03-247-0/+52
| | | | | | | Performance Test of Filesystem I/O Notes: svn path=/head/; revision=40316
* Fix compilation on FreeBSD-3.xStefan Eßer2001-03-122-4/+20
| | | | Notes: svn path=/head/; revision=39676
* Correct checksum.Greg Lehey2001-03-101-1/+1
| | | | | | | Nose rubbed in it by: kris Notes: svn path=/head/; revision=39358
* Upgrade to latest IPv6 patch. fix the error with -DDO1644.Munechika SUMIKAWA2001-03-022-2/+3
| | | | Notes: svn path=/head/; revision=38967