diff options
Diffstat (limited to 'run/benchmarks')
| -rwxr-xr-x | run/benchmarks | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/run/benchmarks b/run/benchmarks new file mode 100755 index 000000000..13b26c93c --- /dev/null +++ b/run/benchmarks @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" +source $DIR/environment + +build/benchmark/audio_buffers_benchmark +build/benchmark/image_benchmark |
