The following changes since commit d649689a8ecb2e276cc20d3af6d416e3c299cb17:
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2020-03-17 18:33:05 +0000) are available in the Git repository at: git://github.com/ehabkost/qemu.git tags/python-next-pull-request for you to fetch changes up to f4abfc6cb037da951e7977a67171f361fc6d21d7: MAINTAINERS: add simplebench (2020-03-17 21:09:26 -0400) ---------------------------------------------------------------- Python queue for 5.0 soft freeze * Add scripts/simplebench (Vladimir Sementsov-Ogievskiy) ---------------------------------------------------------------- Vladimir Sementsov-Ogievskiy (4): scripts/simplebench: add simplebench.py scripts/simplebench: add qemu/bench_block_job.py scripts/simplebench: add example usage of simplebench MAINTAINERS: add simplebench MAINTAINERS | 5 + scripts/simplebench/bench-example.py | 80 ++++++++++++++++ scripts/simplebench/bench_block_job.py | 119 +++++++++++++++++++++++ scripts/simplebench/simplebench.py | 128 +++++++++++++++++++++++++ 4 files changed, 332 insertions(+) create mode 100644 scripts/simplebench/bench-example.py create mode 100755 scripts/simplebench/bench_block_job.py create mode 100644 scripts/simplebench/simplebench.py -- 2.24.1