Re: [PATCH v7 20/21] simplebench/results_to_text: make executable

2020-11-13 Thread Max Reitz
On 21.10.20 16:58, Vladimir Sementsov-Ogievskiy wrote: Make results_to_text a tool to dump results saved in JSON file. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/simplebench/results_to_text.py | 14 ++ 1 file changed, 14 insertions(+) mode change 100644 => 100755 s

[PATCH v7 20/21] simplebench/results_to_text: make executable

2020-10-21 Thread Vladimir Sementsov-Ogievskiy
Make results_to_text a tool to dump results saved in JSON file. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/simplebench/results_to_text.py | 14 ++ 1 file changed, 14 insertions(+) mode change 100644 => 100755 scripts/simplebench/results_to_text.py diff --git a/scripts/