Benchmark copy of data from one pool to another pool either in
one or both directions. Users can enumerate the pools reported by system to specify which pools serve as source / destination Change-Id: I8e6d0adb3743b3328dd3ce9152762ca840ea613b
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "base_test.hpp"
|
||||
|
||||
// Default Constructor
|
||||
BaseTest::BaseTest(size_t num) {
|
||||
|
||||
// Set the numIteration_ to be 10 by default
|
||||
num_iteration_ = num;
|
||||
}
|
||||
|
||||
BaseTest::~BaseTest() {}
|
||||
|
||||
Reference in New Issue
Block a user