Skip to content

Instantly share code, notes, and snippets.

@waltarix
Created February 23, 2012 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waltarix/1891601 to your computer and use it in GitHub Desktop.
Save waltarix/1891601 to your computer and use it in GitHub Desktop.
bonnie++: Fix MinTime
diff --git a/bonnie.h b/bonnie.h
index dea2c12..38d69c2 100644
--- a/bonnie.h
+++ b/bonnie.h
@@ -22,7 +22,7 @@ typedef FILE *PFILE;
// data includes index to which directory (6 bytes) and terminating '\0' for
// the name and pointer to file name
#define MaxDataPerFile (MaxNameLen + 6 + 1 + sizeof(void *))
-#define MinTime (0.5)
+#define MinTime (0.01)
#define Seeks (8192)
#define UpdateSeek (10)
#define SeekProcCount (5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment