On Mon, Sep 09, 2019 at 09:58:49AM +0800, kernel test robot wrote:
Greeting,A negative improvement? That's somewhat ambiguous...
FYI, we noticed a -71.2% improvement of fsmark.app_overhead due to commit:
To avoid misunderstanding, we'll use fsmark.files_per_sec instead of fsmark.app_overhead in the subject.
0e822255f95db400 610125ab1e4b1b48dcffe74d9d8So, the files/s rate doubled, and the amount of time spent in
---------------- ---------------------------
%stddev %change %stddev
\ | \
1.095e+08 -71.2% 31557568 fsmark.app_overhead
6157 +95.5% 12034 fsmark.files_per_sec
userspace by the fsmark app dropped by 70%.
167.31 -47.3% 88.25 fsmark.time.elapsed_timeWall time went down by 50%.
167.31 -47.3% 88.25 fsmark.time.elapsed_time.max
91.00 -8.8% 83.00 fsmark.time.percent_of_cpu_this_job_gotAs did system CPU.
148.15 -53.2% 69.38 fsmark.time.system_time
IOWs, this change has changed create performance by a factor of 4 -
the file create is 2x faster for half the CPU spent.
I don't think this is a negative improvement - it's a large positive
improvement. I suspect that you need to change the metric
classifications for this workload...