diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-02 00:48:12 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-02 00:50:48 +0100 |
commit | dbcdfe23f5a3d82d832f2cbf1310dbf5569a5e2f (patch) | |
tree | 19e358d485cc3a1d06a1a769a757f0eef26bc5ca /testsuite/tests/perf | |
parent | b095c97d6e8e5841c28464eb5db67d3c1ca055b8 (diff) | |
download | haskell-dbcdfe23f5a3d82d832f2cbf1310dbf5569a5e2f.tar.gz |
Set 32-bit perf figure
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index c95dfa0110..6302022447 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -3,7 +3,7 @@ test('T10359', [stats_num_field('bytes allocated', [(wordsize(64), 499512, 5), - (wordsize(32), 250000, 5)]), + (wordsize(32), 374056, 5)]), only_ways(['normal']) ], compile_and_run, |