Commit babaaba6 authored by Drew Blessing's avatar Drew Blessing Committed by Achilleas Pipinellis

Update Filesystem Benchmarking to be more strict

parent 141e1b21
...@@ -44,12 +44,10 @@ user 0m0.025s ...@@ -44,12 +44,10 @@ user 0m0.025s
sys 0m0.091s sys 0m0.091s
``` ```
From experience with multiple customers, the following are ranges that indicate From experience with multiple customers, this task should take under 10
whether your filesystem performance is satisfactory or less than ideal: seconds to indicate good filesystem performance.
| Rating | Benchmark result | NOTE: **Note:**
|:----------|:------------------------| This test is naive and only evaluates write performance. It's possible to
| Best | Less than 10 seconds | receive good results on this test but still have poor performance due to read
| OK | 10-18 seconds | speed and various other factors.
| Poor | 18-25 seconds | \ No newline at end of file
| Very poor | Greater than 25 seconds |
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment