summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz8-16/+16
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-15handle SO_LINGER portably.christos3-16/+37
2019-06-10/home/jym/msgjym4-168/+385
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-3/+3
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-05-21google-benchmark: updated to 1.5adam3-12/+12
v1.5: Bump CMake minimum version to 3.5.1 (see dependencies.md) Add threads and repetitions to the JSON outputa Memory management and reporting hooks Documentation improvements Miscellaneous build fixes (Mostly Intel compiler and Android)
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya2-2/+4
This is a semi-manual PKGREVISION bump.
2019-03-21google-benchmark: updated to 1.4.1adam4-48/+18
v1.4.1 Bug-fix release on v1.4. Realign expectation that State::iterations() returns 0 before the main benchmark loop begins. CMake error message fixes Enscripten check fix OpenBSD porting Windows bazel fixes Bazel pthread linking Negative regexes gmock fix v1.4.0 Removal of deprecated headers Improved CPU cache info reporting Support State::KeepRunningBatch() Support int64_t for AddRange() New platform support: NetBSD, s390x, Solaris Bazel build support Support googletest unit tests Add assembler tests Various warnings fixed v1.3.0 Ranged for loop optimization! Make installation optional Better stats including user-provided ones JSON reporter format fixes Documentation improvements
2018-10-27dnsperf: Fix build with BIND 9.12.3 and newertron5-1/+68
2018-09-25dnsperf: bind99 is gonetnn1-2/+3
2018-08-22Recursive bump for perl5-5.28.0wiz8-13/+16
2018-08-21benchmarks/Makefile: p5-Dumbbenchwiz1-1/+2
2018-08-21benchmarks/p5-Dumbbench: import p5-Dumbbench-0.111wiz3-0/+31
This perl module attempts to implement reasonably robust benchmarking with little extra effort and expertise required from the user.
2018-07-26dnsperf: Add a bunch of required includes.jperkin1-1/+7
2018-07-20Update to 0.7112wen3-25/+8
Update DEPENDS Upstream changes: Version 0.7112: - Fix Makefile.PL warning - Fix deleting of inc during release process - Better fix for AutomatedTester warning Version 0.7111: - Update META.yml Version 0.7110: - Trying once again to fix the compile test on windows Version 0.7109: - Add missing URI::Escape dependency - Check in standard tests, including one that skips the compile check on Windows Version 0.7108: - Add standard tests - Fix compatibility issue with newer versions of perl, which remove "." from @INC. https://rt.cpan.org/Ticket/Display.html?id=121015 - Fix no_index declaration for delta.pl. https://rt.cpan.org/Ticket/Display.html?id=112477
2018-07-17When using g95, build brenner.f without optimisation to avoid ICE.joerg3-9/+26
Drop gfortran requirement.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
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