Re: [PATCH v6 13/15] scripts/simplebench: improve view of ascii table

2020-09-25 Thread Vladimir Sementsov-Ogievskiy
25.09.2020 12:31, Max Reitz wrote: On 18.09.20 20:19, Vladimir Sementsov-Ogievskiy wrote: Introduce dynamic float precision and use percentage to show delta. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/simplebench/simplebench.py | 26 +- 1 file changed, 2

Re: [PATCH v6 13/15] scripts/simplebench: improve view of ascii table

2020-09-25 Thread Max Reitz
On 18.09.20 20:19, Vladimir Sementsov-Ogievskiy wrote: > Introduce dynamic float precision and use percentage to show delta. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > scripts/simplebench/simplebench.py | 26 +- > 1 file changed, 25 insertions(+), 1 deletion(

[PATCH v6 13/15] scripts/simplebench: improve view of ascii table

2020-09-18 Thread Vladimir Sementsov-Ogievskiy
Introduce dynamic float precision and use percentage to show delta. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/simplebench/simplebench.py | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/scripts/simplebench/simplebench.py b/scripts/simp