aboutsummaryrefslogtreecommitdiff
path: root/voctocore
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-19 13:14:10 +0200
committerMaZderMind <github@mazdermind.de>2015-05-19 13:14:10 +0200
commite475c751478cd651150e15b6b11266ae235bf7ed (patch)
treeac3f71fec3397ed835070ee1f0b9f511a38c0b43 /voctocore
parenta65e23624ca401d11f30559c7b759420fd5fa5b7 (diff)
Benchmark-Script
Diffstat (limited to 'voctocore')
-rwxr-xr-xvoctocore/benchmark.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/voctocore/benchmark.sh b/voctocore/benchmark.sh
new file mode 100755
index 0000000..58b1b71
--- /dev/null
+++ b/voctocore/benchmark.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+./voctocore.py &
+PID=$!
+echo "PID=$PID"
+sleep 1
+./scripts/set-composite-side-by-side-equal.sh >/dev/null 2>/dev/null
+./scripts/av-source-eevblog.sh >/dev/null 2>/dev/null &
+./scripts/av-source-avsync.sh >/dev/null 2>/dev/null &
+pidstat -p $PID 1 &
+sleep 10
+kill $PID
+wait