Project

General

Profile

« Previous | Next » 

Revision 3dda5d70

Added by david.sorber about 3 years ago

Additional read_test uring adjustments.

View differences:

software/read_test/src/main.cc
break;
case ReadType::URING:
numThreads = 1;
driver = new bsl::URingExecDriver(filePath, 1, chunkSize);
// numThreads = 1;
driver = new bsl::URingExecDriver(filePath, numThreads, chunkSize);
break;
}
std::cout << "Num threads: " << numThreads << "\n";

Also available in: Unified diff