Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
253d34d2
Commit
253d34d2
authored
Mar 08, 2012
by
pcapriotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update perf bounds for i386.
parent
5ec8527a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
testsuite/tests/perf/compiler/all.T
testsuite/tests/perf/compiler/all.T
+1
-1
testsuite/tests/perf/should_run/all.T
testsuite/tests/perf/should_run/all.T
+3
-2
No files found.
testsuite/tests/perf/compiler/all.T
View file @
253d34d2
...
...
@@ -126,7 +126,7 @@ test('T3064',
[
# expected value: 9 (x86/Linux 30-03-2011):
if_wordsize
(
32
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
8
,
1
1
)),
compiler_stats_num_field
('
peak_megabytes_allocated
',
7
,
1
2
)),
# expected value: 18 (amd64/Linux):
if_wordsize
(
64
,
compiler_stats_num_field
('
peak_megabytes_allocated
',
9
,
16
)),
...
...
testsuite/tests/perf/should_run/all.T
View file @
253d34d2
...
...
@@ -220,8 +220,9 @@ test('T5237',
test
('
T5536
',
[
if_wordsize
(
32
,
stats_num_field
('
bytes allocated
',
2480000000
,
2510000000
)),
stats_num_field
('
bytes allocated
',
1150000000
,
1250000000
)),
# expected value: 1246287228 (i386/Linux)
if_wordsize
(
64
,
stats_num_field
('
bytes allocated
',
2480000000
,
2510000000
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment