Skip to content
  • Michal Terepeta's avatar
    Create runtime_files directory for some benchmarks · c6b91433
    Michal Terepeta authored and Ben Gamari's avatar Ben Gamari committed
    
    
    Summary:
    This creates `runtime_files` subdirectory for benchmarks that need
    some files at runtime. This make it clear what files are actually
    needed to run the benchmarks and makes it much easier to support
    building/running them out of separate build directory.
    
    This affects the following benchmarks:
    - real/anna
    - real/cacheprof
    - real/fluid
    - real/hidden
    - real/maillist
    - real/prolog
    - real/scs
    - spectral/expert
    - spectral/mate
    - spectral/para
    - spectral/treejoin
    
    Signed-off-by: default avatarMichal Terepeta <michal.terepeta@gmail.com>
    
    Test Plan: build & run
    
    Reviewers: bgamari
    
    Reviewed By: bgamari
    
    Subscribers: snowleopard
    
    Differential Revision: https://phabricator.haskell.org/D3411
    c6b91433