aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-28 13:58:11 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-28 13:58:11 -0800
commit1712044102bdd9d48ed4b699d5cba6368a3beb16 (patch)
tree4858571af695fd5cfb504e54082bad40139e434e /tests
parent3086b5f3ba3010eb94e507a9dab6243cac11fdf1 (diff)
adjust life benchmark
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py62
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)