pkgsrc/benchmarks
maya 1cb0630ab1 dnsperf: update to 2.3.2. Changed upstream to DNS-OARC.
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 10:05:28 +00:00
..
benchfft When using g95, build brenner.f without optimisation to avoid ICE. 2018-07-17 14:58:05 +00:00
blogbench Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
bonnie Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
bonnie++ Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
bytebench Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
dbench Use OPSYSVARS. 2016-02-25 11:09:50 +00:00
dhrystone Sort PLIST files. 2018-01-01 22:29:15 +00:00
dnsperf dnsperf: update to 2.3.2. Changed upstream to DNS-OARC. 2019-10-16 10:05:28 +00:00
fib sunet.se stopped mirroring lots of stuff, remove/comment out references to it 2016-04-24 10:34:43 +00:00
filebench Cleanup: replace curly braces with parentheses. 2018-01-01 01:10:13 +00:00
fio fio: update to 3.16 2019-10-08 18:13:32 +00:00
flamegraph Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
flops sunet.se stopped mirroring lots of stuff, remove/comment out references to it 2016-04-24 10:34:43 +00:00
forkbomb Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
glmark2 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
google-benchmark google-benchmark: updated to 1.5 2019-05-21 09:55:15 +00:00
hbench Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
heapsort sunet.se stopped mirroring lots of stuff, remove/comment out references to it 2016-04-24 10:34:43 +00:00
hint Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
httperf Use OPSYSVARS. 2016-02-25 11:09:50 +00:00
iozone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
kttcp
libmicro Comment out dead sites. 2017-09-08 06:17:45 +00:00
linpack-bench Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
lmbench Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nbench Follow some redirects. 2017-09-03 08:53:04 +00:00
netio Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
netperf netperf: Support newer GCC and clang on SunOS. 2018-02-01 13:40:27 +00:00
netpipe Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
nettest Add builds for OpenBSD, Bitrig, and MacOS. Treat them all like NetBSD for 2015-11-07 20:07:07 +00:00
nsieve sunet.se stopped mirroring lots of stuff, remove/comment out references to it 2016-04-24 10:34:43 +00:00
nttcp handle SO_LINGER portably. 2019-06-15 15:01:02 +00:00
p5-Benchmark-Timer Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Dumbbench Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
paranoia Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
phoronix-test-suite /home/jym/msg 2019-06-10 02:48:23 +00:00
pipebench Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
postal postal: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:40:17 +00:00
postmark Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ramspeed Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
randread Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
skampi Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
super_pi super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
sysbench Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
thrulay Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
ttcp Comment out dead sites. 2017-09-06 10:40:25 +00:00
ubench Simplify installation; set LICENSE. 2015-12-29 19:49:17 +00:00
whetstone Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
xengine Add SHA512 digests for distfiles for benchmarks category 2015-11-03 00:25:49 +00:00
zelibm Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
Makefile benchmarks/Makefile: p5-Dumbbench 2018-08-21 09:35:52 +00:00