diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-08-30 22:19:28 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-08-30 22:19:47 +0200 |
commit | 00c6306a61aafc8161155bc555cca2d0998c6a5d (patch) | |
tree | 8d07644679ed83919daed5289ae8fb44d97a58dd /.travis/test_06_script.sh | |
parent | 07033a8f91975028e366920b0da3f7e2a6ef9cbd (diff) |
Remove RUN_BENCH logic
Diffstat (limited to '.travis/test_06_script.sh')
-rwxr-xr-x | .travis/test_06_script.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis/test_06_script.sh b/.travis/test_06_script.sh index e5fea81187..6b7ec78478 100755 --- a/.travis/test_06_script.sh +++ b/.travis/test_06_script.sh @@ -50,12 +50,6 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then END_FOLD fi -if [ "$RUN_BENCH" = "true" ]; then - BEGIN_FOLD bench - DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib $OUTDIR/bin/bench_bitcoin -scaling=0.001 - END_FOLD -fi - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then extended="--extended --exclude feature_pruning,feature_dbcrash" fi |