This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-logging in repository toolchain/abe.
from d2510ae Use xargs rather than expansion to kill sleeper adds 2bc136c Be more space efficient with target tarball extraction adds 5bb9e50 Be more space efficient with host tarball extraction adds 992fa44 On early failure, report completion to host adds 942d221 Add xz-utils to host deps adds ca3e04a Correct comment about toolchain req for prebuilt case adds 55f0440 Take only first IP output by hostname -I adds 95dbbd6 Invoke runbenchmark.sh directly when running-only adds 17610b1 Only download tarball if we need it adds 62ec0e4 Make target compression-algorithm-agnostic adds 4b002a9 Detect failure to scp tarball adds 5adbe64 Add gfortran to host dependencies adds 9ab8f4b Let target name its config file adds a0211c6 Rename target_type to config and update messages adds 65875e1 A couple of new comments adds 413e55e Add some job definition templates adds 51104c5 Add monthly benchmarking templates adds b03f630 Some belt-and-braces permissions
No new revisions were added by this update.
Summary of changes: .../bench/jobdefs/templates/cint2006-kvm_x2.json | 89 +++++++++++++++ .../cint2006_aarch32_pre-juno_a57_x1.json | 90 +++++++++++++++ .../templates/cint2006_aarch64-juno_a57_x1.json | 90 +++++++++++++++ .../cfp2006_aarch32-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++ .../cfp2006_aarch64-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++ .../cint2006_aarch32_juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++ .../cint2006_aarch64-juno_a53_x1-juno_a57_x1.json | 123 +++++++++++++++++++++ config/bench/lava/host-session | 11 +- config/bench/lava/host-session.yaml | 2 + config/bench/lava/target-session | 1 + config/bench/lava/target-session-kvm.yaml | 4 +- config/bench/lava/target-session.yaml | 4 +- scripts/Benchmark.job | 74 ++++++++----- scripts/runbenchmark.sh | 22 ++-- 14 files changed, 837 insertions(+), 42 deletions(-) create mode 100644 config/bench/jobdefs/templates/cint2006-kvm_x2.json create mode 100644 config/bench/jobdefs/templates/cint2006_aarch32_pre-juno_a57_x1.json create mode 100644 config/bench/jobdefs/templates/cint2006_aarch64-juno_a57_x1.json create mode 100644 config/bench/jobdefs/templates/monthly/cfp2006_aarch32-juno_a53 [...] create mode 100644 config/bench/jobdefs/templates/monthly/cfp2006_aarch64-juno_a53 [...] create mode 100644 config/bench/jobdefs/templates/monthly/cint2006_aarch32_juno_a5 [...] create mode 100644 config/bench/jobdefs/templates/monthly/cint2006_aarch64-juno_a5 [...]