commit | dfad54e10380fa552aaa586e563b2b9078cb70d1 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Mon Oct 24 04:03:05 2022 -0400 |
committer | Ming Lei <tom.leiming@gmail.com> | Mon Oct 24 04:03:05 2022 -0400 |
tree | b7ba258b58bdf51e14fbee959c85fa19577e0aa3 | |
parent | dce6d1d222023c1641292713b311ced01e6dc548 [diff] |
tests: common: pass --gtod_reduce=1 to fio Inside VM guest, gettimeofday is often not routed via vdso, and the syscall cost is heavy because of KPTI, so pass --gtod_reduce for alleviating extra cost of syscall gettimeofday. Signed-off-by: Ming Lei <tom.leiming@gmail.com>