Skip to content

Commit

Permalink
Partially revert 194107e
Browse files Browse the repository at this point in the history
This reverts the numbers for T9203.

Signed-off-by: Austin Seipp <austin@well-typed.com>
  • Loading branch information
Austin Seipp committed Jul 14, 2014
1 parent 300c721 commit 4690466
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testsuite/tests/perf/should_run/all.T
Expand Up @@ -371,9 +371,7 @@ test('InlineCloneArrayAlloc',
test('T9203',
[stats_num_field('bytes allocated',
[ (wordsize(32), 50000000, 5)
, (wordsize(64), 42946176, 5) ]),
# previously: 95747304
# 2014-07-14: 42946176 (amd64/Linux)
, (wordsize(64), 95747304, 5) ]),
only_ways(['normal'])],
compile_and_run,
['-O2'])

0 comments on commit 4690466

Please sign in to comment.