From 177cd2cae43014169a2dcd3d33a6325a52e7553e Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Tue, 29 Nov 2022 23:55:22 +0000 Subject: [PATCH] #1930: update test names in strings --- tests/perf/make_runnable_micro.cc | 2 +- tests/perf/objgroup_local_send.cc | 4 ++-- tests/perf/ping_pong_am.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/perf/make_runnable_micro.cc b/tests/perf/make_runnable_micro.cc index 430501c81a..c69434207f 100644 --- a/tests/perf/make_runnable_micro.cc +++ b/tests/perf/make_runnable_micro.cc @@ -106,7 +106,7 @@ struct NodeObj { VT_PERF_TEST(MyTest, test_make_runnable_micro) { auto grp_proxy = vt::theObjGroup()->makeCollective( - "test_reduce", this + "test_make_runnable_micro", this ); grp_proxy[my_node_].invoke(); diff --git a/tests/perf/objgroup_local_send.cc b/tests/perf/objgroup_local_send.cc index 7375c17772..4a2524cea5 100644 --- a/tests/perf/objgroup_local_send.cc +++ b/tests/perf/objgroup_local_send.cc @@ -107,9 +107,9 @@ struct NodeObj { int i = 0; }; -VT_PERF_TEST(MyTest, test_collection_local_send) { +VT_PERF_TEST(MyTest, test_objgroup_local_send) { auto grp_proxy = vt::theObjGroup()->makeCollective( - "test_collection_local_send", this + "test_objgroup_local_send", this ); grp_proxy[my_node_].invoke(); diff --git a/tests/perf/ping_pong_am.cc b/tests/perf/ping_pong_am.cc index 79884de80c..eef0b3f911 100644 --- a/tests/perf/ping_pong_am.cc +++ b/tests/perf/ping_pong_am.cc @@ -110,7 +110,7 @@ void handlerFinished(MyMsg* msg) { VT_PERF_TEST(MyTest, test_ping_pong_am) { auto grp_proxy = vt::theObjGroup()->makeCollective( - "test_reduce", this + "test_ping_pong_am", this ); if (theContext()->getNode() == 0) {