bind9/tests/bench
Tony Finch 7ab81eab1c
A couple of compression microbenchmarks
The `render` benchmark loads some binary DNS message dumps and
repeatedly passes them to `dns_message_render`.

The `compress` benchmark loads a list of domain names and packs them
into 4KiB chunks using `dns_name_towire`.
2022-10-17 08:45:44 +02:00
..
.gitignore A couple of compression microbenchmarks 2022-10-17 08:45:44 +02:00
ascii.c Use the semantic patch to do the unsigned -> unsigned int change 2022-09-19 15:56:02 +02:00
compress.c A couple of compression microbenchmarks 2022-10-17 08:45:44 +02:00
Makefile.am A couple of compression microbenchmarks 2022-10-17 08:45:44 +02:00
render.c A couple of compression microbenchmarks 2022-10-17 08:45:44 +02:00
siphash.c Suppress division by zero warning 2022-10-05 12:31:42 +01:00