adjust startup timings again

I forgot to drop the cache before grabbing the numbers earlier today.
This commit is contained in:
Scott Lamb 2018-03-20 22:37:45 -07:00
parent bdf52d743b
commit 88051a1188
1 changed files with 2 additions and 2 deletions

View File

@ -335,8 +335,8 @@ The times are roughly:
| level | operation | time |
| :------- | :---------- | -------: |
| presence | `readdir()` | ~1.6 sec |
| size | `fstat()` | ~100 sec |
| presence | `readdir()` | ~19 sec |
| size | `fstat()` | ~120 sec |
| hash | `read()` | ~8 hours |
The `readdir()` and `fstat()` times can be tested simply: