bind9/tests/bench
Tony Finch a9d57b91db Benchmarks for the qp-trie
The main benchmark is `qpmulti`, which exercizes the qp-trie
transactional API with differing numbers of threads and differing data
sizes, to get some idea of how its performance scales.

The `load-names` benchmark compares the times to populate and query
and the memory used by various BIND data structures: qp-trie, hash
table (chained), hash map (closed), and red-black tree.

The `qp-dump` program is a test utility rather than a benchmark. It
populates a qp-trie and prints it out, either in an ad-hoc text
format, or as input to the graphviz `dot` program.
2023-02-27 13:47:25 +00:00
..
.gitignore Benchmarks for the qp-trie 2023-02-27 13:47:25 +00: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
dns_name_fromwire.c Remove unused support for fromwire(DNS_NAME_DOWNCASE) 2023-02-06 13:26:36 +00:00
iterated_hash.c Add microbenchmark for isc_iterated_hash() 2023-01-18 18:32:57 +01:00
load-names.c Benchmarks for the qp-trie 2023-02-27 13:47:25 +00:00
Makefile.am Benchmarks for the qp-trie 2023-02-27 13:47:25 +00:00
qp-dump.c Benchmarks for the qp-trie 2023-02-27 13:47:25 +00:00
qpmulti.c Benchmarks for the qp-trie 2023-02-27 13:47:25 +00:00
siphash.c Suppress division by zero warning 2022-10-05 12:31:42 +01:00