aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Re-support FreeBSD 4 (which has sys/disk.h as a kernel header, not aBrian Feldman2005-11-011-14/+16
| | | | | | | | | | | userland/kernel header). No PORTREVISION bump since this is a fix for compilation. PR: ports/88319 Submitted by: marck Notes: svn path=/head/; revision=146927
* Fix turd removal.Bill Fenner2005-10-271-1/+1
| | | | | | | Pointy hat to: me, courtesy of pointyhat Notes: svn path=/head/; revision=146503
* Modify rawio(1) to work with GEOM by losing the multiple-open(2)Brian Feldman2005-10-262-5/+231
| | | | | | | | | | | | | | | | | | | | | semantics. As GEOM prevents actual concurrent accesses that are deemed generally unsafe. As we know, as a rawio(1) user, that we are intending to do something ostensibly unsafe, we can use a single open(2) shared among the worker children and then use pread(2) and pwrite(2) instead of read(2), write(2) and lseek(2). This properly bypasses the sanity checks GEOM makes for concurrent access. Additionally, sector size isn't and hasn't ever been necessarily 512 (or a multiple thereof), but we don't have many classical examples of devices not the common case that we'd test rawio(1) with. In my particular case, I'm using graid3(8) and have an effective sector size of 1024. The program now attempts to use DIOCGSECTORSIZE to find the correct base for a device and thus Works For Me. Cursory review by: MAINTAINER Notes: svn path=/head/; revision=146432
* Use scripts/version to get the lmbench version instead of usingBill Fenner2005-10-262-10/+6
| | | | | | | | | | the port's version. Clean up leftover .o files from the build before installing. On some systems there are also .s files for no apparent reason, so clean those up too. Notes: svn path=/head/; revision=146425
* Update to lmbench 3alpha4.Bill Fenner2005-10-257-440/+128
| | | | | | | As described by the authors, "It auto sizes, has more stuff, etc., etc." Notes: svn path=/head/; revision=146338
* Upgrade to version 3.248Jean-Marc Zucconi2005-10-242-5/+5
| | | | | | | | PR: /ports/87580 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=146238
* - Add ${MASTER_SITE_LOCAL} to the list of master sites.Joseph Koshy2005-10-222-9/+11
| | | | | | | - portlint -a cleanups. Notes: svn path=/head/; revision=146122
* Change IGNORE to BROKEN again. In fact it's can be fixed sometime.Marcus Alves Grando2005-10-211-2/+2
| | | | | | | Notified by: kris Notes: svn path=/head/; revision=146084
* In really mark as IGNORE.Marcus Alves Grando2005-10-211-2/+2
| | | | Notes: svn path=/head/; revision=146069
* Mark amd64 as BROKENMarcus Alves Grando2005-10-212-1/+5
| | | | | | | | | | Make portlint happyer PR: 87810 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=146068
* The program thrulay is used to measure the capacity, delay, andSergey Matveychuk2005-10-207-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | other performance metrics of a network by sending a bulk TCP or UDP stream over it. Special features of thrulay include: * For TCP, ability to measure round-trip delay along with throughput * For UDP, ability to measure - one-way delay, with quantiles - packet loss - packet duplication - reordering * For UDP, the ability to send precisely positioned true Poisson streams (microsecond errors in sending times) * Human- and machine-readable output (ready to be fed to gnuplot) WWW: http://www.internet2.edu/~shalunov/thrulay/ PR: ports/87683 Submitted by: Stanislav Shalunov <shalunov@internet2.edu> Notes: svn path=/head/; revision=145963
* - Update to 2.64Clement Laforet2005-10-192-4/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/87677 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=145890
* - Update to 3.03Renato Botelho2005-10-186-85/+30
| | | | | | | | | | - Take maintainership PR: ports/87620 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=145781
* - Update to 2.63Clement Laforet2005-10-163-18/+3
| | | | Notes: svn path=/head/; revision=145578
* Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.Joseph Koshy2005-10-142-1/+2
| | | | | | | | Noticed by: rwatson Approved by: sumikawa [MAINTAINER] Notes: svn path=/head/; revision=145326
* Update benchmarks/pathchirp to version 2.4.1Emanuel Haupt2005-10-052-5/+15
| | | | | | | | | | | | | | Modifications: - respect NOPORTDOCS - respect user defined optimization flags PR: 86922 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Approved by: novel (mentor) Notes: svn path=/head/; revision=144289
* Respect CC, CXX, CFLAGS and CXXFLAGS.Maxim Sobolev2005-09-302-0/+52
| | | | Notes: svn path=/head/; revision=143884
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Update to 1.1rc2Pav Lucistnik2005-09-154-16/+25
| | | | | | | | | PR: ports/85980 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: Jesper Dalberg <jdalberg@gmail.com> (maintainer) Notes: svn path=/head/; revision=142814
* Add two patches to make longjmp tests runable.Vsevolod Stakhov2005-08-312-0/+22
| | | | | | | | Submitted by: Mustabasic Reuf <reuf.mustabasic@gmail.com> Obtained from: Opensolaris development forum Notes: svn path=/head/; revision=141547
* Add libmicro - a set of portable benchmarks of system calls fromVsevolod Stakhov2005-08-2821-0/+600
| | | | | | | | | | opensolaris project. Approved by: perky (mentor) In collaboration with: gnn Notes: svn path=/head/; revision=141057
* Submitter takes maintainership.Sam Lawrance2005-07-312-2/+2
| | | | | | | | | | Fix WWW line in pkg-descr. PR: ports/84341 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=140537
* Add flops, floating point benchmark to give your MFLOPS rating.Alexey Dokuchaev2005-07-064-0/+54
| | | | | | | Inspired by: NetBSD pkgsrc Notes: svn path=/head/; revision=138569
* - Update to 1.2.3Pav Lucistnik2005-06-222-5/+5
| | | | | | | | PR: ports/82523 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=137867
* - Update to 2.4.0Pav Lucistnik2005-06-072-5/+5
| | | | | | | | PR: ports/81979 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=136967
* Cleanup ENV-handlingVolker Stolz2005-06-042-14/+2
| | | | Notes: svn path=/head/; revision=136791
* use PLIST_FILESVolker Stolz2005-06-042-2/+1
| | | | Notes: svn path=/head/; revision=136790
* Use MAKE_* instead of Makefile-patchVolker Stolz2005-06-042-15/+2
| | | | Notes: svn path=/head/; revision=136789
* Use PLIST_FILESVolker Stolz2005-06-042-2/+1
| | | | Notes: svn path=/head/; revision=136788
* - Use MAKE_ARGSVolker Stolz2005-06-044-28/+8
| | | | | | | - Use PORTDOCS Notes: svn path=/head/; revision=136787
* - Update WWW and set contact to original authorPav Lucistnik2005-05-261-3/+3
| | | | | | | | PR: ports/81499 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=136207
* - Change WWW and set contact to original authorPav Lucistnik2005-05-261-3/+3
| | | | | | | | PR: ports/81498 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=136206
* fix buildOliver Lehmann2005-05-251-1/+2
| | | | | | | | hpl's Makefile used ARCH for some own things which conflicted with the predefined ARCH. I renamed hpl's ARCH variable. Notes: svn path=/head/; revision=136138
* Add nqueens 1.0, n-queens problem benchmark.Alexey Dokuchaev2005-05-254-0/+66
| | | | | | | | PR: ports/78274 Submitted by: NAKAJI Hiroyuki <nakaji(at)jp.freebsd.org> Notes: svn path=/head/; revision=136102
* Add pathrate.Jean-Yves Lefort2005-05-234-0/+43
| | | | | | | | | | | | | | | | Pathrate is a tool that can estimate the capacity of network paths. An important feature of Pathrate is that it is robust to cross traffic effects, meaning that it can measure the path capacity even when the path is significantly loaded. This is crucial, since the hardest paths to measure are the heavily loaded ones. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html PR: ports/81295 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Notes: svn path=/head/; revision=135999
* Add pathload.Jean-Yves Lefort2005-05-234-0/+39
| | | | | | | | | | | | Pathload is a tool that can estimate the available bandwidth of network paths. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html PR: ports/81294 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Notes: svn path=/head/; revision=135997
* Add pathchirp.Jean-Yves Lefort2005-05-234-0/+41
| | | | | | | | | | | | | | | | | | pathChirp is a new active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion", pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth. WWW: http://www.spin.rice.edu/Software/pathChirp/ PR: ports/81293 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Notes: svn path=/head/; revision=135995
* - Move iperf from net to benchmarksPav Lucistnik2005-05-212-1/+2
| | | | | | | | | PR: ports/81201 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Repocopy by: marcus Notes: svn path=/head/; revision=135811
* Update to 1.4.Roman Bogorodskiy2005-05-153-12/+15
| | | | | | | | PR: 81029 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=135305
* - Update to 2.0.2Roman Bogorodskiy2005-05-103-5/+18
| | | | | | | | | | - Modify uintmax_t to uint64_t PR: 80841 Submitted by: Marcus Grando (maintainer) Notes: svn path=/head/; revision=134987
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-122-2/+2
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-112-2/+2
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Add mirrorVolker Stolz2005-04-071-1/+3
| | | | | | | | PR: ports/79347 Submitted by: maintainer Notes: svn path=/head/; revision=132696
* Fix two blunders introduced in previous commit.Volker Stolz2005-03-211-2/+2
| | | | | | | Pointy hat passed from cluster via kris to: me Notes: svn path=/head/; revision=131843
* Cleanup:Volker Stolz2005-03-203-38/+3
| | | | | | | | - Use PLIST_FILES - Avoid excessive Makefile-patching Notes: svn path=/head/; revision=131775
* - Update to 2.0.1.Florent Thoumie2005-03-114-29/+43
| | | | | | | | | | | - Add OPTIONS. PR: ports/76553 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: pav (mentor) Notes: svn path=/head/; revision=130874
* - Update to 2.2.2Pav Lucistnik2005-03-092-3/+3
| | | | | | | | | PR: ports/78563 Submitted by: devel @ titan <darkn3ss@perl-dev.net> Approved by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=130736
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130591
* Fix MASTER_SITES.Kirill Ponomarev2005-02-182-67/+69
| | | | | | | | | | | Utilize NOPORTDOCS. Use DATADIR and DOCSDIR. PR: ports/77673 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129165
* Unbreak on alpha.Kirill Ponomarev2005-02-182-1/+12
| | | | | | | | PR: ports/76963 Submitted by: Florent Thoumie <flz at xbsd.org> Notes: svn path=/head/; revision=129158