summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv18-43/+36
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-19Add/enable skampijschauma1-1/+2
2003-03-19Initial import of benchmarks/skampijschauma4-0/+404
The SKaMPI-Benchmark is a suite of tests designed to measure the performance of MPI. MPI (Message Passing Interface) is a machine independent standard to provide an efficient interface to message passing libraries of different parallel machines. The goal of SKaMPI is to create a database to illustrate the performance of these different MPI implementations. This database should allow to: 1. Decide how to implement portable and efficient MPI programs. 2. Predict the performance of MPI programs. 3. Describe supercomputers in terms of MPI.
2003-03-19Initialize the address family before calling bind(2) which fixes thetron3-12/+14
receive mode under NetBSD-current. Bump package revision after this important bug-fix.
2003-03-11Update to 3.163:wiz3-44/+6
Fixup for systems that do not have O_DIRECT. Simplify the prototype for do_compute()
2003-03-10Update to 3.161. Extract of changes, excluding bug fixeswiz5-154/+42
and portability stuff: Added -z option. This is to be used with the -a option. It provides more complete testing for small record sizes when the file sizes are very large. Added -y and -q to set record size range Added command line to output Put auto cross over back to 16 Meg Add labels to the latency/offset output files. Prevent mixed modes. Auto and throughput. Added support for the Plus extended options. Added support for -+u option. Cpu utilization. Added network testing mode. -+m (Experimental) Tested: Linux, HP-UX Added -xflag support for distributed mode. Handle interrupts when in distributed mode. Disable CPU utilization in distributed mode. Add -+m cluster option to the help list and the list of options. Enable more options in Cluster mode. Add protocol version checking for distributed messages. Add -+d file I/O diagnostic mode. Fix some compiler warnings and implement the -+x option for setting the multiplier used for file and record size incrementing. Reduce the message traffic due to master's distribution of STOP. Only one STOP distribution is needed. More can lead to socket buffer overflows. Add -+p percentage read option. Improve the mixed mode distribution algorithm. Introduce -+r for O_RSYNC. Add speed check code. Increase maximum threads/procs to 256 Add contribs and -+t to help splash screen. Disable fread and fwrite testing if mmap or async is in use. Add pread/pwrite throughput testing Permit smaller values for -n and -g Make initial write in initfile() a page size request. Stop test if file can not be written.
2003-03-10Update to 1.03a. Changes:wiz4-29/+17
bonnie++ (1.03a) unstable; urgency=low * Fixed the bugs in GCC 3.2 compilation and compiled with GCC 3.2. Results will be slightly lower now, but it's still a fair test of compiler/OS... bonnie++ (1.03) unstable; urgency=low * Fixed a bug in error handling during a stat test with multiple directories. bonnie++ (1.02d) unstable; urgency=low * Fixed a bug where it would SEGV if you specified more than 999 directories (now it handles 99,999 and displays an error message if you ask for more). Closes: #171507 * Made it build on Irix. * Fixed <vector> and <algo> checks to work with GCC 3.2.
2003-03-05s/IMAKE_MANNEWSUFFIX/IMAKE_MAN_DIR/ where appropriate.uebayasi1-2/+2
Reported by an anonymous person.
2003-02-25Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-3/+4
portable. Bump PKGREVISION accordingly.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-06Make it build on Darwin again. Darwin have not in_addr_t.yyamano1-1/+5
2002-12-07whitespace nit.cjep1-2/+2
2002-12-07Use CONFIG_GUESS_OVERRIDE. Makes this package build on mipsel.cjep1-1/+5
2002-11-14Workaround problem with passing CC to submakes.jlam1-5/+10
2002-11-11Use buildlink2.seb1-3/+3
2002-09-30Convert to buildlink2.wiz1-1/+2
2002-09-30Fix LTCONFIG_OVERRIDE target. Should fix shark bulk build failure.wiz1-2/+2
2002-09-20Use ROOT_{USER,GROUP} instead of hardcoding uid=gid=0.jlam1-2/+2
2002-09-17Update benchmarks/bonnie++ to 1.02c. Changes from version 1.01 includejlam3-12/+13
fixes to minor bugs and to one serious bug in reporting seek test results.
2002-09-17Sort.jlam1-5/+5
2002-09-12Standardize.wiz2-6/+6
2002-08-21Cosmetic nit: don't use -DFreeBSD - this is NetBSD!simonb3-6/+39
2002-08-09add missing header file. fixes recently noted compilation problems ondmcmahill2-1/+14
1.5.3/alpha.
2002-07-11Show usertime/systime/realtime/cpu-time-percentage.simonb2-14/+48
Add a -v option to show "byte/CPU sec" ala "ttcp -v". Change the -s option to -t (same as parameter to transmit as ttcp). Bump pkg version number.
2002-07-01Mark this package as only for NetBSD-1.6B or later. This still isn'tagc1-2/+2
perfect, since I have problems building this on a 1.6B machine which does not have kttcp in the kernel.
2002-06-30Allow a "k", "m", or "g" suffix to be added to a byte count tothorpej1-4/+37
multiply it by 1024, 1024 * 1024, or 1024 * 1024 * 1024, respectively.
2002-06-30Also report speed in Megabits/sec (both 1024- and 1000-based Mega).thorpej1-2/+6
2002-06-30Remove "-c ..." from the usage.thorpej1-4/+3
2002-06-29Add and enable kttcp (hi jason!)wiz1-1/+2
2002-06-29This is only for NetBSD.thorpej1-1/+3
2002-06-29kttcp -- userland portion of the kttcp network throughput testerthorpej5-0/+276
2002-06-25moved randread from sysutils to benchmarks.grant1-1/+2
2002-06-25Initial import of readrand-0.1 (moved from sysutils).grant5-0/+40
Randread is a simple program to help benchmark random disk read performance. See http://randread.sourceforge.net/ for information.
2002-06-11address PR 17220 (portability issues on 64bit arch)itojun2-5/+14
2002-06-09we install `Bonnie' as `bonnie', update usage() accordingly.grant2-1/+15
2002-04-17Fix a typo.thorpej1-1/+1
2002-04-17Build nttcp.thorpej1-1/+2
2002-04-17A package for the NTTCP ("New TTCP") network performance measuring tool.thorpej5-0/+57
2002-04-16Update MASTER_SITES and HOMEPAGE, as noted by Ray Phillips.wiz1-3/+4
2002-04-05regen (hi jason!)wiz1-2/+2
2002-04-05Account for arm32 -> arm change.thorpej1-3/+7
2002-03-26reset CATDEPS under Linuxabs3-10/+15
2002-02-25Use the default EXTRACT_CMD instead of a hand-crafted one, as the defaultjlam1-2/+1
is sufficient.
2002-01-22Undo last -- version was already bumped.wiz1-2/+2
2002-01-22belately bump version to 1.0nb1, for the bw_pipe fixjdolecek1-2/+2
2002-01-09Update bytebench to 4.1.0. Pkgsrc changes from the previous package includejlam7-126/+138
moving the state directory for bytebench to /var/benchmarks instead of trying to keep state in ${PREFIX}/share/bytebench. Distribution changes from version 3.6 include: * Double precision Whetstone instead of the old "double" benchmark. * Removal of some obsolete files. * "system" suite adds shell8. * perlbench and poll added as "exhibition" (non-index) benchmarks. * Minor change to fstime.c to fix overflow problems on fast machines. * A lot more operating system-oriented tests into the index. * Many tests rewritten to be more relevant for modern processors. * New baseline: SPARCstation 20-61 with 128 MB RAM, a SPARC Storage Array, and Solaris 2.3
2001-12-07Add patches to config.sub so macppc is recognizedjmc3-1/+29
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam3-10/+13