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 <[email protected]>
---
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 <[email protected]>