aboutsummaryrefslogtreecommitdiff
path: root/voctocore/benchmark.sh
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-05-20 10:57:01 +0200
committerMaZderMind <git@mazdermind.de>2015-05-20 10:57:01 +0200
commit7f281ac2be37ef04c331ac9d91a075f29ea57d7b (patch)
treeb63583b8effd592d24f994654b4cd5747573d230 /voctocore/benchmark.sh
parent464cd45530a03cce98594a3f5867fa7972bec787 (diff)
move perf & benchmark scripts into scripts-dir
Diffstat (limited to 'voctocore/benchmark.sh')
-rwxr-xr-xvoctocore/benchmark.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/voctocore/benchmark.sh b/voctocore/benchmark.sh
deleted file mode 100755
index 58b1b71..0000000
--- a/voctocore/benchmark.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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