Try to create only 300 files in settings.

This commit is contained in:
2021-05-25 21:53:47 +01:00
parent bde1577cd3
commit 1a93db2554

View File

@@ -43,7 +43,7 @@ void MillionFiles(const char* path)
printf("Creating lots of files.\n");
for(pos = 0; pos < 1000; pos++)
for(pos = 0; pos < 300; pos++)
{
memset(filename, 0, 16);
sprintf(filename, "%08d", pos);