Create runtime_files directory for some benchmarks
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:Michal Terepeta <michal.terepeta@gmail.com> Test Plan: build & run Reviewers: bgamari Reviewed By: bgamari Subscribers: snowleopard Differential Revision: https://phabricator.haskell.org/D3411
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- real/anna/Main.hs 1 addition, 1 deletionreal/anna/Main.hs
- real/anna/runtime_files/anna_table 0 additions, 0 deletionsreal/anna/runtime_files/anna_table
- real/cacheprof/Main.hs 2 additions, 2 deletionsreal/cacheprof/Main.hs
- real/cacheprof/runtime_files/cacheprof_hooks2_x86.s 0 additions, 0 deletionsreal/cacheprof/runtime_files/cacheprof_hooks2_x86.s
- real/fluid/fluid.stdin 1 addition, 1 deletionreal/fluid/fluid.stdin
- real/fluid/runtime_files/chan8.dat 0 additions, 0 deletionsreal/fluid/runtime_files/chan8.dat
- real/hidden/Makefile 1 addition, 1 deletionreal/hidden/Makefile
- real/hidden/runtime_files/bookcase.plate 0 additions, 0 deletionsreal/hidden/runtime_files/bookcase.plate
- real/hidden/runtime_files/cube.plate 0 additions, 0 deletionsreal/hidden/runtime_files/cube.plate
- real/hidden/runtime_files/four.plate 0 additions, 0 deletionsreal/hidden/runtime_files/four.plate
- real/hidden/runtime_files/horse.plate 0 additions, 0 deletionsreal/hidden/runtime_files/horse.plate
- real/hidden/runtime_files/houses.plate 0 additions, 0 deletionsreal/hidden/runtime_files/houses.plate
- real/hidden/runtime_files/pyramid.plate 0 additions, 0 deletionsreal/hidden/runtime_files/pyramid.plate
- real/hidden/runtime_files/rad.plate 0 additions, 0 deletionsreal/hidden/runtime_files/rad.plate
- real/hidden/runtime_files/table.plate 0 additions, 0 deletionsreal/hidden/runtime_files/table.plate
- real/maillist/maillist.stdin 1 addition, 1 deletionreal/maillist/maillist.stdin
- real/maillist/maillist.stdout 1 addition, 1 deletionreal/maillist/maillist.stdout
- real/maillist/runtime_files/addresses 0 additions, 0 deletionsreal/maillist/runtime_files/addresses
- real/prolog/Main.hs 1 addition, 1 deletionreal/prolog/Main.hs
Loading
Please register or sign in to comment