qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/3] simplebench: add img_bench_templater.py


From: Hanna Reitz
Subject: Re: [PATCH v2 1/3] simplebench: add img_bench_templater.py
Date: Mon, 13 Sep 2021 16:46:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 24.08.21 12:15, Vladimir Sementsov-Ogievskiy wrote:
Add simple grammar-parsing template benchmark. New tool consume test
template written in bash with some special grammar injections and
produces multiple tests, run them and finally print a performance
comparison table of different tests produced from one template.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
  scripts/simplebench/img_bench_templater.py | 95 ++++++++++++++++++++++
  scripts/simplebench/table_templater.py     | 62 ++++++++++++++
  2 files changed, 157 insertions(+)
  create mode 100755 scripts/simplebench/img_bench_templater.py
  create mode 100644 scripts/simplebench/table_templater.py

Reviewed-by: Hanna Reitz <hreitz@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]