From 60e694d58b6a861edbb94786531b2856d22aa3b6 Mon Sep 17 00:00:00 2001 From: har0ke Date: Sun, 5 Jul 2020 22:02:26 +0200 Subject: [PATCH] Change the output file format of test.py --- scripts/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test.py b/scripts/test.py index 045af36..4c00f0f 100755 --- a/scripts/test.py +++ b/scripts/test.py @@ -153,6 +153,7 @@ if __name__ == '__main__': "sizes": matrix_combinations, "functions": functions, "means": ["%.3f" % numpy.mean(ts) for ts in times], - "total_size": total + "total_size": total, + "arguments": options.__dict__ }, f) os.rename(output_file + ".cache", output_file)