summaryrefslogtreecommitdiffstats
path: root/run_all_dis.sh
Commit message (Collapse)AuthorAge
* Benchmarks: Print full result paths from runner scriptsJoshua Bakita2021-03-12
|
* Benchmarks: Allow test CPU specification in top-level runner scriptsJoshua Bakita2021-03-11
| | | | This allows artifact evaluators to test on CPUs other than CPU 15
* Benchmarks: Make sure we always build with the correct configJoshua Bakita2021-03-09
| | | | | The current implementation of this is terrible, but seems to work. This should probably be replaced with some compile-time defines.
* Small scripting cleanupsJoshua Bakita2020-11-05
| | | | | | | | | - Add a unified runner script for DIS - Remove explicit case study termination script (do `kill ${cat pids.txt}` instead) - Auto-create bin directories for TACLe - Add the python cache directory to the gitignore - Tweak input path representation in benchmark name files
* Unify unpaired timing scripts for DIS, TACLe, and SD-VBSJoshua Bakita2020-10-20
| | | | | Now supports specifying an input generation command for each benchmark - see dis/dis2MbInNames.txt for an example.
* Whitespace fixes for TACLeBench and copyright update in extra.hJoshua Bakita2020-10-20
Also move run_all_dis.sh up a directory in preperation for further changes.