File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ TEST(nesterov_a_test_task_all, test_task_run) {
8686
8787 // Create Perf analyzer
8888 auto perf_analyzer = std::make_shared<ppc::core::Perf>(test_task_all);
89- perf_analyzer->PipelineRun (perf_attr, perf_results);
89+ perf_analyzer->TaskRun (perf_attr, perf_results);
9090 // Create Perf analyzer
9191 boost::mpi::communicator world;
9292 if (world.rank () == 0 ) {
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ TEST(nesterov_a_test_task_mpi, test_task_run) {
8686
8787 // Create Perf analyzer
8888 auto perf_analyzer = std::make_shared<ppc::core::Perf>(test_task_mpi);
89- perf_analyzer->PipelineRun (perf_attr, perf_results);
89+ perf_analyzer->TaskRun (perf_attr, perf_results);
9090 // Create Perf analyzer
9191 boost::mpi::communicator world;
9292 if (world.rank () == 0 ) {
You can’t perform that action at this time.
0 commit comments