diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-28 15:49:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-28 15:49:15 +0100 |
| commit | ec82ce2d44d5ba492a3dfa6e740ff21549d438e1 (patch) | |
| tree | 374f1a4b9ccb3d6c85f01559487520a5633c00bd /run/bench | |
| parent | e5bb0569857ef2185ba7a53b884c014a4c6dd633 (diff) | |
Move benchmark out of test/ into benchmark/
Diffstat (limited to 'run/bench')
| -rwxr-xr-x | run/bench | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/run/bench b/run/bench deleted file mode 100755 index ec6890be..00000000 --- a/run/bench +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -# Private test data; this is stuff that is non-distributable -private=../libdcp1-test-private - -export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH -if [ "$1" == "--debug" ]; then - shift - gdb --args build/test/bench $private -elif [ "$1" == "--valgrind" ]; then - shift - valgrind --tool="memcheck" build/test/bench $private -elif [ "$1" == "--callgrind" ]; then - shift - valgrind --tool="callgrind" build/test/bench $private -else - build/test/bench $private -fi |
