From 555f2971a931a39003913ec4ce7368f95bb85297 Mon Sep 17 00:00:00 2001 From: Jonathan Lifflander Date: Wed, 21 Sep 2022 19:31:44 -0700 Subject: [PATCH] #1930: perf: fix wrong names --- tests/perf/make_runnable_micro.cc | 2 +- tests/perf/ping_pong_am.cc | 2 +- tests/perf/reduce.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/perf/make_runnable_micro.cc b/tests/perf/make_runnable_micro.cc index 8a933347be..430501c81a 100644 --- a/tests/perf/make_runnable_micro.cc +++ b/tests/perf/make_runnable_micro.cc @@ -104,7 +104,7 @@ struct NodeObj { int i = 0; }; -VT_PERF_TEST(MyTest, test_ping_pong) { +VT_PERF_TEST(MyTest, test_make_runnable_micro) { auto grp_proxy = vt::theObjGroup()->makeCollective( "test_reduce", this ); diff --git a/tests/perf/ping_pong_am.cc b/tests/perf/ping_pong_am.cc index a5a881a9d0..79884de80c 100644 --- a/tests/perf/ping_pong_am.cc +++ b/tests/perf/ping_pong_am.cc @@ -108,7 +108,7 @@ void handlerFinished(MyMsg* msg) { } } -VT_PERF_TEST(MyTest, test_ping_pong) { +VT_PERF_TEST(MyTest, test_ping_pong_am) { auto grp_proxy = vt::theObjGroup()->makeCollective( "test_reduce", this ); diff --git a/tests/perf/reduce.cc b/tests/perf/reduce.cc index 37eecec80c..bba65f31db 100644 --- a/tests/perf/reduce.cc +++ b/tests/perf/reduce.cc @@ -90,7 +90,7 @@ struct NodeObj { int i = 0; }; -VT_PERF_TEST(MyTest, test_ping_pong) { +VT_PERF_TEST(MyTest, test_reduce) { auto grp_proxy = vt::theObjGroup()->makeCollective( "test_reduce", this );