mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-12 00:59:38 +08:00
test: simplify mt test, reduce number of iterations
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
41b55eaf77
commit
982ef34644
@@ -14,9 +14,9 @@ typedef HelloWorldTest<HelloWorldFixtureFactory> EnqueueKernelTestsMt;
|
||||
|
||||
TEST_F(EnqueueKernelTestsMt, WhenCallEnqueueKernelsThenAllCallsPass) {
|
||||
size_t workSize[] = {1};
|
||||
const int iterNum = 10;
|
||||
const int threadNum = 10;
|
||||
const int taskNum = 10;
|
||||
const int iterNum = 2;
|
||||
const int threadNum = 4;
|
||||
const int taskNum = 4;
|
||||
std::atomic<int> result = {0};
|
||||
|
||||
for (int iter = 0; iter < iterNum; iter++) {
|
||||
|
||||
Reference in New Issue
Block a user