[commit: nofib] master: spectral: remove triangle (88ebedd)

git at git.haskell.org git at git.haskell.org
Mon Mar 13 23:44:51 UTC 2017


Repository : ssh://git@git.haskell.org/nofib

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/88ebedd41e0be4d52fba7c4df344f4bb7f3f3085/nofib

>---------------------------------------------------------------

commit 88ebedd41e0be4d52fba7c4df344f4bb7f3f3085
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date:   Mon Mar 13 18:39:24 2017 -0400

    spectral: remove triangle
    
    The benchmark hasn't been enabled and doesn't compile. Fixing it is
    easy, but it runs very quickly with the default parameter `5` (takes
    ~0.04s). When I bumped the parameter to `6`, it didn't finish within
    ~90s CPU time (and 5GiB of RAM).
    
    So it seems unlikely to be useful - let's just remove it.
    
    Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
    
    Test Plan: run nofib
    
    Reviewers: dfeuer, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: dfeuer
    
    Differential Revision: https://phabricator.haskell.org/D3085


>---------------------------------------------------------------

88ebedd41e0be4d52fba7c4df344f4bb7f3f3085
 spectral/Makefile                 |   2 +-
 spectral/triangle/Main.hs         | 176 -------------------
 spectral/triangle/Makefile        |   5 -
 spectral/triangle/triangle.stdout | 352 --------------------------------------
 4 files changed, 1 insertion(+), 534 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 88ebedd41e0be4d52fba7c4df344f4bb7f3f3085


More information about the ghc-commits mailing list