We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efe850 commit d5fea1aCopy full SHA for d5fea1a
tasks/all/example/perf_tests/perf_omp.cpp
@@ -6,7 +6,7 @@
6
#include "core/perf/include/perf.hpp"
7
#include "omp/example/include/ops_omp.hpp"
8
9
-TEST(openmp_example_perf_test, test_pipeline_run) {
+TEST(all_example_perf_test, test_pipeline_run) {
10
const int count = 100;
11
12
// Create data
tasks/all/example/perf_tests/perf_tbb.cpp
#include "tbb/example/include/ops_tbb.hpp"
-TEST(tbb_example_perf_test, test_task_run) {
+TEST(all_example_perf_test, test_task_run) {
0 commit comments