diff options
author | Alp Mestanogullari <alp@well-typed.com> | 2018-10-09 12:37:10 +0200 |
---|---|---|
committer | Alp Mestanogullari <alp@well-typed.com> | 2018-10-09 12:38:02 +0200 |
commit | 4eeeb51d5f51083d0ae393009a7fd246223e9791 (patch) | |
tree | 6c37080c52cfb2b4c78578a4ff7e6cb52cc3dc43 /testsuite | |
parent | 5d5307f943d7581d7013ffe20af22233273fba06 (diff) | |
download | haskell-4eeeb51d5f51083d0ae393009a7fd246223e9791.tar.gz |
update amd64 linux/osx stats for haddock.base perf test
This perf test is regularly failing (e.g with a deviation of 5.1%
on a recent harbormaster build), this patch addresses the failure.
Test Plan: TEST=haddock.base ./validate
Reviewers: bgamari
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5215
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/haddock/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index 393a69706e..4161c2e6d3 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -10,7 +10,7 @@ test('haddock.base', # 2017-02-19 24286343184 (x64/Windows) - Generalize kind of (->) # 2017-12-24 18733710728 (x64/Windows) - Unknown - ,(wordsize(64), 24662232152, 5) + ,(wordsize(64), 25913205656, 5) # 2012-08-14: 5920822352 (amd64/Linux) # 2012-09-20: 5829972376 (amd64/Linux) # 2012-10-08: 5902601224 (amd64/Linux) @@ -52,6 +52,7 @@ test('haddock.base', # 2018-04-20: 18971030224 (x86_64/Linux) - Cache coercion roles # 2018-05-14: 21123660336 (amd64/Linux) - D4659: strictness to fix space leaks # 2018-06-14: 24662232152 (amd64/Linux) - Bump haddock + # 2018-10-08: 25913205656 (amd64/Linux&OSX) - D5167: Improve GHC.Prim docs ,(platform('i386-unknown-mingw32'), 2885173512, 5) # 2013-02-10: 3358693084 (x86/Windows) |