Skip to content

Commit 5403c40

Browse files
committed
Switch performance and functional tests in example_processes to use PPC_SETTINGS_example_processes
1 parent 11d5777 commit 5403c40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/example_processes/tests/functional/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TEST_P(NesterovARunFuncTestsProcesses, MatmulFromPic) { ExecuteTest(GetParam());
5959

6060
const std::array<TestType, 3> kTestParam = {std::make_tuple(3, "3"), std::make_tuple(5, "5"), std::make_tuple(7, "7")};
6161

62-
INIT_FUNC_TASK_GENERATOR(InType, kTestParam, PPC_SETTINGS_example_threads)
62+
INIT_FUNC_TASK_GENERATOR(InType, kTestParam, PPC_SETTINGS_example_processes)
6363

6464
const auto kTestTasksList = std::tuple_cat(ADD_FUNC_TASK(NesterovATestTaskMPI), ADD_FUNC_TASK(NesterovATestTaskSEQ));
6565

tasks/example_processes/tests/performance/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ExampleRunPerfTestProcesses : public ppc::util::BaseRunPerfTests<InType, O
2626
InType GetTestInputData() final { return input_data_; }
2727
};
2828

29-
INIT_PERF_TASK_GENERATOR(InType, PPC_SETTINGS_example_threads)
29+
INIT_PERF_TASK_GENERATOR(InType, PPC_SETTINGS_example_processes)
3030

3131
using PerfTasks = perf_tasks_type_list<NesterovATestTaskMPI, NesterovATestTaskSEQ>;
3232

0 commit comments

Comments
 (0)