Re: [PATCH v3 3/4] scripts/simplebench: add example usage of simplebench

2020-02-28 Thread Aleksandar Markovic
On Fri, Feb 28, 2020 at 8:21 AM Vladimir Sementsov-Ogievskiy wrote: > > This example may be used as a template for custom benchmark. > It illustrates three things to prepare: > - define bench_func > - define test environments (columns) > - define test cases (rows) > And final call of simplebenc

[PATCH v3 3/4] scripts/simplebench: add example usage of simplebench

2020-02-27 Thread Vladimir Sementsov-Ogievskiy
This example may be used as a template for custom benchmark. It illustrates three things to prepare: - define bench_func - define test environments (columns) - define test cases (rows) And final call of simplebench API. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/simplebench/bench