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) {