adjust startup timings again
I forgot to drop the cache before grabbing the numbers earlier today.
This commit is contained in:
parent
bdf52d743b
commit
88051a1188
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue