From 00c6306a61aafc8161155bc555cca2d0998c6a5d Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 30 Aug 2018 22:19:28 +0200 Subject: Remove RUN_BENCH logic --- .travis/test_06_script.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to '.travis') 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 -- cgit v1.2.3