The program in this directory uses the "kdig" command to measure the time
required for DNS over HTTPS round trips, using TXT queries and QNAMEs of
maximum length.

This is how to run it:

python3 encrypted-dns-performance-test.py --id 'identifier for the run' --keep-open --num-trials 100 --num-queries 4 ripe.net 8.8.8.8 | tee output.csv

You can experiment with different numbers of queries per trial, different
domain suffixes, and different DoH resolvers.

The analyze.r script outputs summary statistics calculated from the CSV files.

Rscript analyze.r *.csv
