summaryrefslogtreecommitdiff
path: root/benchmarks/extract-results.sh
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-07-05 16:32:15 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-07-05 16:36:30 +0200
commitf506745767d34db2fca186380b33ed4f2cfdd6b7 (patch)
tree26ac6eb300e847953ff3acd191efba803117b643 /benchmarks/extract-results.sh
parent5a4347c13b25151970ddf04c83cb69baa6c2cc8b (diff)
added benchmark output
Diffstat (limited to 'benchmarks/extract-results.sh')
-rw-r--r--benchmarks/extract-results.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/extract-results.sh b/benchmarks/extract-results.sh
new file mode 100644
index 0000000..a4d70b3
--- /dev/null
+++ b/benchmarks/extract-results.sh
@@ -0,0 +1,5 @@
+CID=$(docker create $1)
+[ -d output ] && rm -r output
+docker cp ${CID}:/benchmark output
+docker rm ${CID}
+