diff options
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/tests/runner.py b/tests/runner.py index e14a9a2e..9280bd8e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10934,39 +10934,39 @@ elif 'benchmark' in str(sys.argv): def test_life(self): src = open(path_from_root('tests', 'life.c'), 'r').read() - self.do_benchmark('life', src, ['32', '32', '7100'], '''-------------------------------- + self.do_benchmark('life', src, ['32', '32', '15000'], '''-------------------------------- + [] [][][] [] [] [][] + [] [][] [] [] [] [] + [] [][] [][] [] + [] [] [] [] + [] [] [] [] [] [] [] [] + [][][][] [] [][] [][] + [] + [] + [] [] + [][] [] [] + [][] [][][] + [] - [][][][][] [] - [] - [] - [] - [][][][] [] - [][][][][] [] - [] [] [] - [][][] [] [] [][] -[][][] [][][] [] [][] [] -[][][] [][] [][] [][][] - [][][][][] [] - [][][] [] [] [] [] - [] [][] [] [][] [] [][] - [] [] [][][] [] [] - [][] [] [][] -[][] [] [] [][] [] -[][] [] [] -[][] [][] + [] [] [] - [][][] [][][] - [] [] [] - [][][][][] [][] - [][] [][] - [][] [] - [] [] - [] [] [][] [][] - [][] [][] - [] [] [] [] - [] [] - [] - [] [] + [][] + [] [] [][] [][] + [] [] [] [] + [][] [] + [][][][] + + [][][] [][] + [][][] [][] + [] + [] + [] [][][] [] + [] [] + [][] [] + [][][] + [][][] [][] + [][][][][] [] [][] + [] [][] [] [] -------------------------------- ''', shared_args=['-std=c99'], force_c=True) |