Merging upstream version 2.10.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 09:05:05 +01:00
parent aa5ead0b5b
commit ab9af27b84
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
56 changed files with 405 additions and 112 deletions

23
CHANGES
View file

@ -1,3 +1,26 @@
2022-11-11 Jerry Lundström
Release 2.10.0
This release adds a binary datafile (DNS wire) format to `dnsperf`
thanks to a contribution from Petr Špaček @pspacek (ISC).
The new binary format greatly improves performance in some cases, for
Petr's case it was testing dynamic updates. Switching to this
pre-compiled DNS wire format increased QPS from 4k to 600k, an increase
of 150 times throughput from `dnsperf`!
See man-page for `-B` for more information and examples how to use.
5971cb9 Doc
a241068 CodeQL
2a7d10a Fix CodeQL workflow
0ce15f6 Fix COPR
0ae4a54 CodeQL
f52e4b1 wire format input
c423aa9 wire format input
2b0693d Input binary format
2021-12-08 Jerry Lundström
Release 2.9.0