From b0c9ca7a24b0e49313281f195ade9e9f7848272a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 6 Mar 2024 17:54:05 +0100 Subject: [PATCH] Revert the s/rbt/qp/ change in load_names, it is still rbt --- tests/bench/load-names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bench/load-names.c b/tests/bench/load-names.c index 8fb00f9948..70d7d07443 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 },