diff options
author | drebs <drebs@leap.se> | 2017-04-26 14:01:47 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 21:25:15 +0200 |
commit | b3aafa1b13bded38a24d4938592fc0e96288065d (patch) | |
tree | 29d755065d807a8ea9e0aed2b4199a4d323dac60 /benchmark-all-commits.sh | |
parent | eab5e8c5ade4c97847386f2e5f22655f07def9bd (diff) |
[benchmarks] Add timestamp, commit id and exit status to results.txt
Diffstat (limited to 'benchmark-all-commits.sh')
-rwxr-xr-x | benchmark-all-commits.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark-all-commits.sh b/benchmark-all-commits.sh index aec50e3f..8bab6105 100755 --- a/benchmark-all-commits.sh +++ b/benchmark-all-commits.sh @@ -42,6 +42,10 @@ do # Option 2: Run couchdb + tox in docker container using gitlab-runner git checkout origin/benchmark-all-commits .gitlab-ci.yml time gitlab-runner exec docker benchmark --env PYTEST_OPTS="$PYTEST_OPTS" --env HOST_HOSTNAME="$(hostname)" + + code=$? + echo "$(date -Iseconds) ${commit_id} ${code}" >> results.txt + echo echo -e "\e[34m$(date): Finished benchmarking of commit ${commit_id:0:8}, which is $(git rev-list --count ${commit_id}..origin/master) commits back from master:\e[0m" echo |