summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2014-01-09Needs openssl.jperkin1-1/+2
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-12-17Small fixes:tron4-7/+12
1.) Comment out "MASTER_SITES". The URL no longer works and all copies that Google can find are "pkgsrc" distfile mirrors. 2.) Fix various "pkglint" errors.
2013-11-30Add and enable "dnsperf".tron1-1/+2
2013-11-30Add new "dnsperf" package:tron5-0/+67
DNSPerf, ResPerf, and DHCPerf are free tools developed by Nominum that make it simple to gather accurate latency and throughput metrics for Domain Name Service (DNS) and Dynamic Host Configuration Protocol (DHCP). These tools are easy-to-use and simulate typical Internet so network operators can benchmark their naming and addressing infrastructure and plan for upgrades. The latest version of the DNS test tools (DNSPerf and ResPerf) can be used with new test files that include IPv6 queries. DNSPerf "self-paces" the DNS query load to simulate network conditions. New features in DNSPerf improve the precision of latency measurements and allow for per packet per-query latency reporting is possible. DNSPerf is now multithreaded, multiple DNSPerf clients can be supported in multicore systems (each client requires two cores). The output of DNSPerf has also been improved so it is more concise and useful. Latency data can be used to make detailed graphs so it is simple for network operators to take advantage of the data.
2013-11-19s/system system/system/msaitoh1-2/+1
2013-10-27Don't use -fforce-addr.joerg2-4/+4
2013-09-10Fix operator precendence. Bump revision.joerg3-6/+6
2013-09-04recursive bump from graphics/gd shlib major bump.obache1-2/+2
2013-08-27Fix automake invocation.joerg1-2/+2
2013-07-17Drop "-ffloat-store" from CFLAGS.gdt1-3/+13
The point of paranoia is to assess a compiler/machine environment. Therefore, this package should be built with the default CFLAGS, and not add options to try to get the tests to pass. This will cause errors to be reported on i386. Take MAINTAINERSHIP.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz5-10/+10
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-23Resolve hash ambiguity for C++11 STL. Add missing includes. Add missingjoerg8-9/+132
RCS id.
2013-04-07Edited DESCR in the case of:rodent1-2/+0
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-06"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variablerodent1-2/+2
$$extract_file instead."
2013-04-01Use pre-processing to make the changes introduced by patch-aa & patch-acsbd3-36/+75
as the original code is needed for linux.
2013-04-01Define _POSIX_SOURCE on Linux.sbd1-1/+2
2013-04-01Use ${PKGMANDIR} for manpages.sbd3-7/+8
2013-03-18Two installed files changed, so bumping PKGREVISION.ast1-2/+2
Noted by wiz, thanks.
2013-03-18Avoid getting "/usr/pkg/bin/perl^M: bad interpreter ..." error onast1-1/+6
the auxiliary perl scripts iozone_report and iozone_visualizer.
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache1-2/+2
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2013-01-26Fix for automake-1.13.wiz2-3/+16
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2013-01-11Use more void.joerg2-13/+46
2012-12-04+ ramspeedmsaitoh1-1/+2
2012-12-04Import ramspeed-2.6.0 as benchmarks/ramspeed.msaitoh5-0/+72
RAMspeed, a cache and memory benchmarking tool (for uniprocessor machines running UNIX-like operating systems). This command line utility measures effective bandwidth of both cache and memory subsystems. It has been written entirely in C for portability purposes, though benchmark routines are also available in several assembly languages for performance reasons.
2012-10-18"echo -e" is not portable, use printf to generate horizontal tabulation.asau3-2/+41
Reported by Mikhail Danilov on IRC.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz5-9/+10
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-09-30Changes 0.9:adam5-54/+16
Not known.
2012-09-11"user-destdir" is default these daysasau42-96/+42
2012-08-15benchmarks/phoronix-test-suite: Change "cp -r"marino3-9/+28
The "-r" option is highly discouraged in BSD although it's reluctantly supported. The problem is that it doesn't behave the same on all platforms. For example, "cp -r pts-core/ destdir/" won't always give the same results: On NetBSD, pts-core files are put: /destdir/pts-core/<files> On DragonFly pts-core files are put: /destdir/<files> That messes the PLIST up. This changes "cp -r <dir>/" to "cp -R <dir>" which has the same behavior on different platforms. Tested on NetBSD and DragonFly
2012-07-04Remove incorrect 'static' keyword to fix build.dholland2-1/+17
2012-07-03Fix type conversion.joerg5-1/+55
2012-07-02+ filebenchasau1-1/+2
2012-07-02Import Filebench 1.4.9.1 as benchmarks/filebench.asau9-0/+212
Filebench is a file system and storage benchmark that allows to generate a high variety of workloads. It employs extensive Workload Model Language (WML) for detailed workload specification. Features * Extensive Workload Model Language (WML) for workload specification * Includes popular pre-defined workloads: webserver, fileserver, varmail, etc. * Reports throughput and latency histograms
2012-07-01Improve the sed command used in GET_OS_CMD to work with '*-*-linux-gnu'sbd1-2/+2
2012-07-01If the obsolete CLK_TCK isn't defined use CLOCKS_PER_SEC.sbd2-1/+18
2012-07-01Revert last.sbd2-8/+7
2012-07-01<time.h> needs to be included for CLK_TCKsbd2-7/+8
2012-06-23Fix broken Solaris build by not using sys_errlist[]. One minor otherdholland5-1/+163
fix to pass -Wall.
2012-06-18Fix LP64 problems (implicit declaration of malloc). PKGREVISION++.dholland4-2/+64
(Somehow this is the first PKGREVISION this package has ever had since it was imported in 1998...)
2012-06-16* Don't strictly depends on php53.taca1-11/+12
* Use updated phpversion.mk.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-06-11Fix build on SunOS and GCC>=4.6fhajny1-1/+7