diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-14 13:23:49 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-14 13:23:49 -0500 |
commit | 84e717376a9926782b10e3f3364b014bfee88d88 (patch) | |
tree | 3293292e9ebd299a1e1d4a8515cdf06f638ecb3e /tests/runner.py | |
parent | b1a5987e6d8fdd07a0b8628c2a8ec2f8bab43aca (diff) |
disable files benchmark for now
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 73bf67be..e2bb13d4 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6096,7 +6096,7 @@ elif 'benchmark' in str(sys.argv): ''' self.do_benchmark(src, [], 'final: 720.') - def test_files(self): + def zzztest_files(self): src = r''' #include<stdio.h> #include<stdlib.h> |