diff options
Diffstat (limited to 'voctocore/benchmark.sh')
-rwxr-xr-x | voctocore/benchmark.sh | 13 |
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 |