From: Ondřej Surý Date: Wed, 6 Mar 2024 16:54:05 +0000 (+0100) Subject: Revert the s/rbt/qp/ change in load_names, it is still rbt X-Git-Tag: v9.19.22~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c9ca7a24b0e49313281f195ade9e9f7848272a;p=thirdparty%2Fbind9.git Revert the s/rbt/qp/ change in load_names, it is still rbt --- diff --git a/tests/bench/load-names.c b/tests/bench/load-names.c index 8fb00f99488..70d7d074436 100644 --- a/tests/bench/load-names.c +++ b/tests/bench/load-names.c @@ -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 },