aboutsummaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-08-30 22:19:28 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-08-30 22:19:47 +0200
commit00c6306a61aafc8161155bc555cca2d0998c6a5d (patch)
tree8d07644679ed83919daed5289ae8fb44d97a58dd /.travis
parent07033a8f91975028e366920b0da3f7e2a6ef9cbd (diff)
downloadbitcoin-00c6306a61aafc8161155bc555cca2d0998c6a5d.tar.xz
Remove RUN_BENCH logic
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/test_06_script.sh6
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