23.03.2021 16:47, Vladimir Sementsov-Ogievskiy wrote:
Hi all!Here are some improvements to simplebench lib, to support my "qcow2: compressed write cache" series. v3: 01: use simpler logic 02,04-06: add John's r-b 07: use BooleanOptionalAction and initial_run=args.initial_run 08: rewrite so that we have a new --drop-caches option Vladimir Sementsov-Ogievskiy (9): simplebench: bench_one(): add slow_limit argument simplebench: bench_one(): support count=1 simplebench/bench-backup: add --compressed option simplebench/bench-backup: add target-cache argument simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED simplebench/bench-backup: support qcow2 source files simplebench/bench-backup: add --count and --no-initial-run simplebench/bench-backup: add --drop-caches argument MAINTAINERS: update Benchmark util: add git tree MAINTAINERS | 1 + scripts/simplebench/bench-backup.py | 95 +++++++++++++++++++++----- scripts/simplebench/bench_block_job.py | 42 +++++++++++- scripts/simplebench/simplebench.py | 28 +++++++- 4 files changed, 144 insertions(+), 22 deletions(-)
Thanks for reviewing, applied to my simplebench branch at https://src.openvz.org/scm/~vsementsov/qemu.git I'm going to send pull request now, and see, will Peter take it or not :) -- Best regards, Vladimir
