pmt: add memory test function and some new functions to libhelper

This commit is contained in:
2025-08-13 10:58:48 +03:00
parent 0bc5f70294
commit bf0df8cc83
7 changed files with 33 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ public:
class memoryTestFunction final : public FunctionBase {
private:
uint64_t bufferSize = 0, testFileSize = 0;
uint64_t bufferSize = MB(4), /* bufferSizeRandom = KB(4),*/ testFileSize = 0;
std::string testPath;
bool doNotWriteTest = false, doNotReadTest = false;