summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2018-06-02Update glmark2 to 2017.07prlw12-10/+9
Fixes use of auto_ptr. glmark2 2017.07 (20170728) ========================== * Use monotonic clock for benchmark timings. * Use udev to find the best node path to use in the DRM backend. * Don't rebuild common source needlessly. * Build in C++14 mode.
2018-06-01bonnie++: assume large file support exists on NetBSD, handlemaya5-6/+61
fallout from it. NetBSD has large file support without O_LARGEFILE/open64/lseek64. Not tested on other operating systems, but hopefully a non-functional change for them. This is the equivalent of removing the checks for large file support and using O_LARGEFILE to test for the availability of different functions for 64bit.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-03-04+ benchmarks/flamegraphkamil1-1/+2
2018-03-04benchmarks/flamegraph: import flamegraph-1.0kamil4-0/+85
Flame graphs are a visualization of profiled software, allowing the most frequent code-paths to be identified quickly and accurately. They can be generated using my open source programs which create interactive SVGs.
2018-02-01netperf: Support newer GCC and clang on SunOS.jperkin1-1/+8
2018-01-26postal: Specify c++03 to avoid conflicts with std::bind.jperkin1-2/+2
2018-01-07Fix indentation in buildlink3.mk files.rillig1-3/+3
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2018-01-01Sort PLIST files.rillig2-4/+4
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01Replaced $(ROUND) with ${CURLY} variable references.rillig1-2/+2
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
2018-01-01Cleanup: replace curly braces with parentheses.rillig1-3/+3
2017-09-23super_pi: add a backup master sitetnn1-1/+2
2017-09-08Comment out dead sites.wiz1-4/+3
2017-09-06Comment out dead sites.wiz1-2/+2
2017-09-04Comment out dead sites.wiz1-3/+3
2017-09-03Follow some redirects.wiz1-2/+2
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz3-7/+7
2017-08-22Update bonnie++ to 1.97.3. Fifteen years' worth of changes. Frombsiegert7-82/+47
PR pkg/52490.
2017-08-16Comment out dead sites.wiz1-3/+3
2017-08-04remove a K&R-style prototype for bzero() that was being expandedmrg2-1/+16
via a macro and breaking the build.
2017-06-26add support for PKGMANDIRwiedi2-6/+21
2017-06-07Fix build with Perl 5.26.0ryoon2-1/+17
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2017-05-18Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target.fhajny3-7/+32
2017-05-03Updated benchmarks/dnsperl to 2.1.0.0mef2-9/+8
------------------------------------- dnsperf 2.1.0.0 Release Notes ************************ December 15, 2015 In addition to various bug fixes, the following new capabilities were added in this release: - The -C option was added to resperf. This option enables the local server to act as multiple clients. By default, the local server acts as a single client. - the -T option was added to dnsperf. This option separates the number of clients from the number of threads and allows more clients to be simulated effectively. Note that using this option impacts CPU and memory, so we recommend limiting the number of threads.
2017-05-03Updated benchmarks/fio to 2.19mef2-7/+7
------------------------------ (Explicit ChangeLog/Release Note not known, sorry)
2017-04-05Remove traces of textproc/php-dom which is not needed anymore, now that dom ↵fhajny1-3/+2
is built into PHP. Bump resp. PKGREVISION.
2017-03-24Merge patch from upstream to always use std::string, the originaljoerg3-2/+36
intention of optional inclusion no longer applies anyway.
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2017-02-28Recursive revbump from graphics/libwebpryoon1-2/+2
2017-02-07Don't break <atomic> with silly flags.joerg2-1/+17
2017-02-04Add fioryoon1-1/+2
2017-02-04Import fio-2.17 as benchmarks/fio from pkgsrc-wip/fio.ryoon5-0/+132
fio is a tool that will spawn a number of threads or processes doing a particular type of io action as specified by the user. fio takes a number of global parameters, each inherited by the thread unless otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the io load one wants to simulate.
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-11-21Add google-benchmarkminskim1-1/+2
2016-11-21Import google-benchmark-1.1.0minskim5-0/+47
It is a library to support the benchmarking of functions, similar to unit-tests.
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-2/+2
2016-09-25Build benchfft with gfortran instead of g95kamil1-2/+3
This package doesn't compile with g95 on NetBSD 7.99.39 and older releases according to bulk results (eg. pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-09-20 13:42). It might be also questionable to benchmark code generated with g95. Bump PKGREVISION to 5.
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-07-09Fixed some pkglint warnings.rillig1-4/+4
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz5-9/+10
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-04-24sunet.se stopped mirroring lots of stuff, remove/comment out references to itwiz4-11/+11
2016-03-30Fix build on SunOS.jperkin3-7/+19
2016-03-29Don't hard-code SSLv2. Bump revision.joerg4-3/+39
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin2-4/+4
2016-02-25Use OPSYSVARS.jperkin6-34/+13
2016-02-12Update HOMEPAGE.mef1-2/+2