From e475c751478cd651150e15b6b11266ae235bf7ed Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 19 May 2015 13:14:10 +0200 Subject: Benchmark-Script --- voctocore/benchmark.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 voctocore/benchmark.sh (limited to 'voctocore') 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 -- cgit v1.2.3