summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)AuthorFilesLines
2020-04-17fio: update to 3.19.wiz3-8/+10
Provided by Apurva Nandan via wip. Changes not found.
2020-03-27Update to netio 1.33jdolecek6-54/+373
Change list since 1.26 not available, but at least the ancient patch fixing compilation with GCC seems to no longer be available. Bring over also patch from FreeBSD ports to compile a variant with rudimentary IPv6 support.
2020-03-21benchmarks/google-benchmark: add build dependency to Pythonrillig1-1/+4
Without the dependency, the build fails with: > Scanning dependencies of target copy_clobber_memory_assembly_test > env: python: No such file or directory
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-03-16google-benchmark: remove -Werrorwiz1-1/+3
Breaks build with stack check
2020-03-16httperf: needs libtooltnn1-1/+2
2020-03-11httperf: Update to 0.9.0.20190829nia3-16/+24
Fixes build with OpenSSL 1.1.
2020-02-09benchmarks/bonnie++: fix reference to documentationrillig1-2/+7
Fixes pkg/54830.
2020-02-08*: reset MAINTAINER, email address does not exist anymore.fcambus1-2/+2
2020-01-26all: migrate homepages from http to httpsrillig4-8/+8
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-26all: migrate some SourceForge homepage URLs back from https to httprillig2-4/+4
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
2020-01-24benchmarks/google-benchmark: Build fixminskim2-1/+30
Apply upstream patch to define HOST_NAME_MAX.
2020-01-18all: migrate several HOMEPAGEs to httpsrillig4-8/+8
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin2-3/+4
2019-12-22When using -dM -E to detect the C++ compiler, force C++ mode. Otherwisejoerg2-1/+18
-std=c++11 will break with clang.
2019-12-09Bump PKGREVISION by changing of default PHP version.taca1-1/+2
2019-11-03benchmarks: align variable assignmentsrillig8-23/+23
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-10-16dnsperf: update to 2.3.2. Changed upstream to DNS-OARC.maya8-96/+14
2019-08-23 Jerry Lundström Release 2.3.2 This release fixes a buffer overflow when using TSIG and algorithms with digests larger then SHA256, reported by Mukund Sivaraman. Also fix build dependencies for `sqrt()`. e54aa58 Digest bca5d8d sqrt d9eaa5b Package 2019-07-24 Jerry Lundström Release 2.3.1 After a report and additional confirming results the use of `poll()` in the network receive code for TCP and TLS has been removed. This `poll()` initially gave better results while testing in a docker container on it's loopback interface but when on physical networks it reduced performance to 1/12th, so it had to go. Thanks to Brian Wellington (Akamai/Nominum) for the initial report and testing, and to Jan Hák (CZ.NIC) for testing and confirming the results. Bugfix: - Fix check for having more DNS messages in the receive buffer for TCP and TLS 670db9c TCP/TLS receive b8925b2 recvbuf have more 2019-07-17 Jerry Lundström Release 2.3.0 This release adds support for DNS over TCP and TLS which can be selected by using the mode option for `dnsperf` and `resperf`. The default server port used is now determined by the transport mode, udp/tcp port 53 and tls port 853. Note that the mode option is different between the program because it was already taken for `resperf`. `dnsperf` changes: - Add `-m` for setting transport mode, `udp` (default), `tcp` or `tls` - Add verbose messages about network readiness and congestion `resperf` changes: - Add `-M` for setting transport mode, `udp` (default), `tcp` or `tls` - Add `-v` for verbose mode to report about network readiness and congestion ffa49cf LGTM, SonarCloud 4cd5441 TLS 35624d1 TCP send, socket ready loop fbf76aa TCP support 5988b06 Funding 2019-01-28 Jerry Lundström Release 2.2.1 The commit pulled from a fork that used `inttypes.h`, instead of ISC internal types, missed to remove the old conversion specifier. This was reported and fixed by Vladimír Čunát. 9534ce1 remove visible "u" characters after numbers 2019-01-25 Jerry Lundström Release 2.2.0 First release by DNS-OARC with a rework of the code to use autotools, semantic versioning 2.0 and bugfixes pulled from other's forks. Bugfixes: - Fix infinite loop in argument parsing - Fix min/max latency summing for multithreaded runs - Fix calculation of per_thread socket counts - Fixes to queryparse - Mark correctly end of file - Support python3 - Stop looping on end of file undefinitely - Fix compilation issues and work around missing `dns_fixedname_initname()` - Clang `scan-build` fixes Other changes: - add "configure --with-bind" option - Handle bind library changes to HMAC (see #22) and other differences between versions - Workaround issue on FreeBSD (see #23) - Use `snprintf()` and OpenBSD's `strlcat()` - Add/update build dependencies for Debia, Ubuntu, CentOS, FreeBSD and OpenBSD ae9bc91 Clang format b9bb085 CI, buildbot b84e41b Autotools, README, changelog a2e1732 License 9dcb661 Remove $Id markers, Principal Author and Reviewed tags from the full source tree 0677bf0 Use dns_fixedname_initname() where possible d8d4696 [master] add "configure --with-bind" option to dnsperf b71a280 Add deb based distros dependencies 439c614 Replace custom isc_boolean_t with C standard bool type 407ae7c Replace custom isc_u?intNN_t types with C99 u?intNN_t types c27afd4 Replace ISC_PRINT_QUADFORMAT with inttypes.h format constants 6fdb2f7 Fix queryparse 4909b78 README 2782d50 README.md: Rectify link to software e31ddf4 fix calculation of per_thread socket counts 3bd7fb4 Fix min/max latency summing for multithreaded runs 2207e27 Fix infinite loop in argument parsing. 3bfe97a Include the github URL; remove the bug reports section. 0cee04a Add note about bug reports. 62c4b32 add .gitignore c45f0be Initial import. 149172b Initial commit
2019-10-16*: bind912 -> bind914maya1-3/+3
Thanks taca for the heads up.
2019-10-08fio: update to 3.16maya4-79/+31
changes not found.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
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