diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-20 19:34:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-20 19:34:58 -0700 |
commit | 1830d2c50c5e242d452741850b6b9d652245663b (patch) | |
tree | 1b778e8642838852df46fe1a02fb86d7d0b56890 /tests/runner.py | |
parent | 1cb5216141f58cdf45035bbd24f19702353b26d1 (diff) |
recursively outline when the total cost is not too high, and adjust outlining parameters
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 9feaeaed..521d59ad 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10865,7 +10865,7 @@ f.close() low = expected_ranges[outlining_limit][0] seen = max(measure_funcs('test.js').values()) high = expected_ranges[outlining_limit][1] - print ' ', low, '<=', seen, '<=', high + print outlining_limit, ' ', low, '<=', seen, '<=', high assert low <= seen <= high test('zlib', path_from_root('tests', 'zlib', 'example.c'), |