bind9/tests/bench
Evan Hunt 2edefbad4a remove the 'name_coff' parameter in dns_name_towire()
this parameter was added as a (minor) optimization for
cases where dns_name_towire() is run repeatedly with the
same compression context, as when rendering all of the rdatas
in an rdataset. it is currently only used in one place.

we now simplify the interface by removing the extra parameter.
the compression offset value is now part of the compression
context, and can be activated when needed by calling
dns_compress_setmultiuse(). multiuse mode is automatically
deactivated by any subsequent call to dns_compress_permitted().
2025-02-25 12:53:25 -08:00
..
.gitignore Add qplookups test to .gitignore 2023-10-13 09:00:43 +02:00
ascii.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
compress.c remove the 'name_coff' parameter in dns_name_towire() 2025-02-25 12:53:25 -08:00
dns_name_fromwire.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
iterated_hash.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
load-names.c Remove offsets from the dns_name and dns_fixedname structures 2025-02-25 12:17:34 +01:00
Makefile.am add a "qplookups" benchmark test 2023-09-27 16:24:04 -07:00
names.csv Add base testing set of names for load-names benchmark 2023-10-09 21:04:21 +02:00
qp-dump.c Remove offsets from the dns_name and dns_fixedname structures 2025-02-25 12:17:34 +01:00
qplookups.c Remove offsets from the dns_name and dns_fixedname structures 2025-02-25 12:17:34 +01:00
qpmulti.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00
siphash.c Move the library init and shutdown to executables 2025-02-22 16:19:00 +01:00