Create only 1000 files.

This commit is contained in:
2020-05-07 17:44:52 +01:00
parent 3c7407c0f6
commit b70564ee99
5 changed files with 5 additions and 5 deletions

View File

@@ -1702,7 +1702,7 @@ void MillionFiles(const char *path)
printf("Creating lots of files.\n");
for(pos = 0; pos < 100000; pos++)
for(pos = 0; pos < 1000; pos++)
{
memset(&filename, 0, 9);
sprintf(&filename, "%08llu", pos);