Re: [PATCH v7 19/21] simplebench/results_to_text: add difference line to the table

2020-11-13 Thread Max Reitz
On 21.10.20 16:58, Vladimir Sementsov-Ogievskiy wrote: Performance improvements / degradations are usually discussed in percentage. Let's make the script calculate it for us. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/simplebench/results_to_text.py | 67 +++---

Re: [PATCH v7 19/21] simplebench/results_to_text: add difference line to the table

2020-10-24 Thread Vladimir Sementsov-Ogievskiy
21.10.2020 17:58, Vladimir Sementsov-Ogievskiy wrote: @@ -39,21 +43,70 @@ def result_to_text(result): return 'FAILED' -def results_to_text(results): -"""Return text representation of bench() returned dict.""" -from tabulate import tabulate - +def results_dimension(results

[PATCH v7 19/21] simplebench/results_to_text: add difference line to the table

2020-10-21 Thread Vladimir Sementsov-Ogievskiy
Performance improvements / degradations are usually discussed in percentage. Let's make the script calculate it for us. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/simplebench/results_to_text.py | 67 +++--- 1 file changed, 60 insertions(+), 7 deletions(-) diff -