diff options
| author | Jakob Unterwurzacher | 2020-05-03 21:19:55 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2020-05-03 21:20:30 +0200 | 
| commit | d612ee5d919a85200a893221c56a651705f2a863 (patch) | |
| tree | 23d005a0a1ae4e7fc583737ee799a67cda023a0f | |
| parent | b23f77c8ead0dbb5ed59dd50e94f13aacf7dbaf1 (diff) | |
Documentation: update performance.txt
Bisecting shows that the performance drop is caused by
this commit:
commit ca9e912a28b901387e1dbb85f6c531119f2d5ef2 (refs/bisect/bad)
Author: Jakob Unterwurzacher <jakobunt@gmail.com>
Date:   Sat Feb 29 19:58:08 2020 +0100
    fusefrontend: drop xattr user namespace restriction
| -rw-r--r-- | Documentation/performance.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Documentation/performance.txt b/Documentation/performance.txt index 696650a..88d322a 100644 --- a/Documentation/performance.txt +++ b/Documentation/performance.txt @@ -60,6 +60,8 @@ v1.7.1            450      697      11.5   9.5  1.5    3.6  * CPU = Core i5-3470, governor = performance *  **********************************************  v1.7.1            556     1000       9.0   4.2  0.9    2.0    go1.13.6, Linux 5.4.17 +v1.7.1            577     1100       8.3   4.2  0.9    2.0    go1.14.2, Linux 5.6.7 +v1.7.1-60-gb23f77c 472    1100      12.7   4.2  0.8    2.0 | 
