Skip to content

Commit 03203a0

Browse files
committed
tbb
1 parent 0068fa8 commit 03203a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/tbb/example/perf_tests/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "tbb/example/include/ops_tbb.hpp"
1212

1313
TEST(nesterov_a_test_task_tbb, test_pipeline_run) {
14-
constexpr int kCount = 700;
14+
constexpr int kCount = 450;
1515

1616
// Create data
1717
std::vector<int> in(kCount * kCount, 0);
@@ -52,7 +52,7 @@ TEST(nesterov_a_test_task_tbb, test_pipeline_run) {
5252
}
5353

5454
TEST(nesterov_a_test_task_tbb, test_task_run) {
55-
constexpr int kCount = 700;
55+
constexpr int kCount = 450;
5656

5757
// Create data
5858
std::vector<int> in(kCount * kCount, 0);

0 commit comments

Comments
 (0)