[GHC] #16003: Average and maximum residency numbers in nofib broken

GHC ghc-devs at haskell.org
Fri Dec 21 13:24:25 UTC 2018


#16003: Average and maximum residency numbers in nofib broken
-------------------------------------+-------------------------------------
        Reporter:  sgraf             |                Owner:  (none)
            Type:  bug               |               Status:  patch
        Priority:  normal            |            Milestone:  ⊥
       Component:  NoFib benchmark   |              Version:  8.6.2
  suite                              |
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #5793             |  Differential Rev(s):  Phab:D5418
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Sebastian Graf <sebastian.graf@…>):

 In [changeset:"f3521319e2c5390e8076fd379ddeeea9d3e7ce12/nofib"
 f352131/nofib]:
 {{{
 #!CommitTicketReference repository="nofib"
 revision="f3521319e2c5390e8076fd379ddeeea9d3e7ce12"
 Fix parsing of maximum residency in runstdtest

 Summary:
 `runstdtest` switched from `-S` to `-s` output a while ago.
 That broke parsing of maximum and average residency numbers.

 This commit makes sure that at least maximum residency is parsed
 correctly from `-s` output, while leaving the logic for `-S` output.

 Reviewers: simonmar, bgamari, simonpj, osa1, AndreasK, O26 nofib

 Reviewed By: bgamari

 GHC Trac Issues: #16003

 Differential Revision: https://phabricator.haskell.org/D5418
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16003#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list