Skip to content
Snippets Groups Projects
Commit 3d783bc1 authored by Simon Marlow's avatar Simon Marlow
Browse files

T4801: reduce memory use thresholds

parent f15a2e70
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,9 @@ test('T4801',
[# expected value: 11 (x86/OSX):
if_wordsize(32,
compiler_stats_num_field('peak_megabytes_allocated', 35, 45)),
# expected value: 18 (amd64/Linux):
# expected value: 66 (amd64/Linux):
if_wordsize(64,
compiler_stats_num_field('peak_megabytes_allocated', 70, 80)),
compiler_stats_num_field('peak_megabytes_allocated', 60, 70)),
# expected value: 353463196 (x86/Windows)
if_wordsize(32,
compiler_stats_num_field('bytes allocated', 330000000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment