diff --git a/IORequestGenerator/IORequestGenerator.cpp b/IORequestGenerator/IORequestGenerator.cpp index 120aaa1..e1ac903 100644 --- a/IORequestGenerator/IORequestGenerator.cpp +++ b/IORequestGenerator/IORequestGenerator.cpp @@ -1734,7 +1734,7 @@ DWORD IORequestGenerator::_CreateDirectoryPath(const char *pszPath) const // bool IORequestGenerator::_CreateFile(UINT64 ullFileSize, const char *pszFilename, bool fZeroBuffers, bool fVerbose) const { - bool fSlowWrites = false; + bool fSlowWrites = true; PrintVerbose(fVerbose, "Creating file '%s' of size %I64u.\n", pszFilename, ullFileSize); //enable SE_MANAGE_VOLUME_NAME privilege, required to set valid size of a file @@ -1832,7 +1832,7 @@ bool IORequestGenerator::_CreateFile(UINT64 ullFileSize, const char *pszFilename vector vBuf(ulBufSize); for (UINT32 i=0; i