diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-05 12:33:21 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-05 12:33:21 -0700 |
commit | 045a1ec3138e8a30fa24a9b6d979fdba59d24f47 (patch) | |
tree | de424d89fa78e18c19460c2040c511410e5d4e5b | |
parent | dd81e2856309d7b235ca9420f9d10f6c9e4cc157 (diff) |
always use canonical temp dir in benchmarks, to let multiple tests reuse the same built libraries
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index dac0fab7..92795af4 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -14105,6 +14105,8 @@ elif 'benchmark' in str(sys.argv): total_native_times = map(lambda x: 0., range(TOTAL_TESTS)) class benchmark(RunnerCore): + save_dir = True + def print_stats(self, times, native_times, last=False, reps=TEST_REPS): if reps == 0: print '(no reps)' |