diff options
| author | zhang <zch921005@126.com> | 2022-05-04 08:47:54 +0800 |
|---|---|---|
| committer | zhang <zch921005@126.com> | 2022-05-04 08:47:54 +0800 |
| commit | 2180c68999eb8dc0c7bcec015b2703f5b8b20223 (patch) | |
| tree | 3ec71623038ff8b90a5bc4e32da14a7382d42d9d /MonkeyTest/README.md | |
| parent | 70aebb73b81b50911e2107cd4519e69f09971021 (diff) | |
ndarray axis
Diffstat (limited to 'MonkeyTest/README.md')
| -rw-r--r-- | MonkeyTest/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/MonkeyTest/README.md b/MonkeyTest/README.md new file mode 100644 index 0000000..9685334 --- /dev/null +++ b/MonkeyTest/README.md @@ -0,0 +1,24 @@ +# 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 + + |
