This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance in repository toolchain/abe.
from 1906d34 Benchmark.sh: Handle enquoting in parameters new 2c87f27 Remove bench dir for being confusing new 5a6d3ef Remove old jobdefs new fd1f8e9 dispatch-benchmark.py: Script to dispatch benchmarks
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bench/create-tables.sql | 185 --------------------- bench/host2sql.sh | 130 --------------- bench/make-benchdata.sh | 121 -------------- bench/make-datafiles.sh | 56 ------- bench/plot-bench.sh | 82 --------- bench/run2sql.sh | 75 --------- bench/tab2sql.sh | 44 ----- .../cfp2006_aarch32-juno_a53_x1-juno_a57_x1.json | 126 -------------- .../cfp2006_aarch64-juno_a53_x1-juno_a57_x1.json | 126 -------------- config/bench/jobdefs/cfp2006_pre-mustang.json | 92 ---------- config/bench/jobdefs/cint2006-kvm_x1.json | 89 ---------- .../cint2006_aarch32_juno_a53_x1-juno_a57_x1.json | 126 -------------- .../cint2006_aarch64-juno_a53_x1-juno_a57_x1.json | 126 -------------- config/bench/jobdefs/cint2006_pre-mustang.json | 92 ---------- scripts/dispatch-benchmark.py | 182 ++++++++++++++++++++ 15 files changed, 182 insertions(+), 1470 deletions(-) delete mode 100644 bench/create-tables.sql delete mode 100755 bench/host2sql.sh delete mode 100755 bench/make-benchdata.sh delete mode 100644 bench/make-datafiles.sh delete mode 100755 bench/plot-bench.sh delete mode 100755 bench/run2sql.sh delete mode 100755 bench/tab2sql.sh delete mode 100644 config/bench/jobdefs/cfp2006_aarch32-juno_a53_x1-juno_a57_x1.json delete mode 100644 config/bench/jobdefs/cfp2006_aarch64-juno_a53_x1-juno_a57_x1.json delete mode 100644 config/bench/jobdefs/cfp2006_pre-mustang.json delete mode 100644 config/bench/jobdefs/cint2006-kvm_x1.json delete mode 100644 config/bench/jobdefs/cint2006_aarch32_juno_a53_x1-juno_a57_x1.json delete mode 100644 config/bench/jobdefs/cint2006_aarch64-juno_a53_x1-juno_a57_x1.json delete mode 100644 config/bench/jobdefs/cint2006_pre-mustang.json create mode 100755 scripts/dispatch-benchmark.py