diff options
| author | lanchunhui <zch921005@126.com> | 2023-04-09 19:42:27 +0800 |
|---|---|---|
| committer | lanchunhui <zch921005@126.com> | 2023-04-09 19:42:27 +0800 |
| commit | b3912af9173faf8b213e777866aeb546de391826 (patch) | |
| tree | ee51c81ad23fda60bbe369620a4d77a7bc8e69f2 /MonkeyTest/README.md | |
| parent | dac1bb97ab38136faf94ca5454218c9d72f88c0f (diff) | |
delete
Diffstat (limited to 'MonkeyTest/README.md')
| -rw-r--r-- | MonkeyTest/README.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/MonkeyTest/README.md b/MonkeyTest/README.md deleted file mode 100644 index 9685334..0000000 --- a/MonkeyTest/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# MonkeyTest - -MonkeyTest -- a disk benchmark to test your hard drive read-write speed in Python - -A simplistic script to show that such system programming -tasks are possible and convenient to be solved in Python - -I haven't done any command-line arguments parsing, so -you should configure it using the constants at top of the script. - -The file is being created, then written with random data, randomly read -and deleted, so the script doesn't waste your drive - -(!) Be sure, that the file you point to is not smthng - you need, cause it'll be overwritten during test - -Runs on both Python3 and 2, despite that I prefer 3. -Has been tested on 3.5 and 2.7 under ArchLinux - - -If You want to contribute, be sure to see our TODO list first - https://github.com/thodnev/MonkeyTest/milestones - - |
