]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert the s/rbt/qp/ change in load_names, it is still rbt
authorOndřej Surý <ondrej@isc.org>
Wed, 6 Mar 2024 16:54:05 +0000 (17:54 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 6 Mar 2024 16:54:05 +0000 (17:54 +0100)
tests/bench/load-names.c

index 8fb00f994885005e42fc31db6761cbd88ec50647..70d7d074436629f3c3a2852d20efa882f43a4fe6 100644 (file)
@@ -463,7 +463,7 @@ static struct fun fun_list[] = {
        { "lfht", new_lfht, thread_lfht },
        { "ht", new_ht, thread_ht },
        { "hashmap", new_hashmap, thread_hashmap },
-       { "qp", new_rbt, thread_rbt },
+       { "rbt", new_rbt, thread_rbt },
        { "qp", new_qp, thread_qp },
        { "qp+nosqz", new_qp, thread_qp_nosqz },
        { "qp+barrier", new_qp, thread_qp_brr },