Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
T3064: widen the expected results again.
These perf results are sensitive to using different build settings.
There's an implicit assumption here that the tests are run with the
"standard" settings (i.e. what validate does, and the nightly builds).
The perf tests might well fail if your build settings are different.
  • Loading branch information
simonmar authored and igfoo committed Jul 24, 2011
1 parent 32f357c commit 4966779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/compiler/all.T
Expand Up @@ -110,7 +110,7 @@ test('T3064',
compiler_stats_num_field('peak_megabytes_allocated', 8, 11)),
# expected value: 18 (amd64/Linux):
if_wordsize(64,
compiler_stats_num_field('peak_megabytes_allocated', 9, 13)),
compiler_stats_num_field('peak_megabytes_allocated', 9, 16)),
# expected value: 56380288 (x86/Linux) (28/6/2011)
if_wordsize(32,
compiler_stats_num_field('bytes allocated', 50000000,
Expand Down

0 comments on commit 4966779

Please sign in to comment.