blob: 13b26c93c6b08271da73bd6c2b7a425ebe9fa387 (
plain)
1
2
3
4
5
6
7
8
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
|