Skip to content

Commit 00c6306

Browse files
Remove RUN_BENCH logic
1 parent 07033a8 commit 00c6306

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ env:
1616
- MAKEJOBS=-j3
1717
- RUN_UNIT_TESTS=true
1818
- RUN_FUNCTIONAL_TESTS=true
19-
- RUN_BENCH=false # Set to true for any one job that has debug enabled, to quickly check bench is not crashing or hitting assertions
2019
- DOCKER_NAME_TAG=ubuntu:18.04
2120
- BOOST_TEST_RANDOM=1$TRAVIS_BUILD_ID
2221
- CCACHE_SIZE=100M
@@ -113,7 +112,6 @@ jobs:
113112
HOST=x86_64-unknown-linux-gnu
114113
PACKAGES="clang python3-zmq qtbase5-dev qttools5-dev-tools libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev"
115114
NO_DEPENDS=1
116-
RUN_BENCH=true
117115
RUN_FUNCTIONAL_TESTS=false # Disabled for now, can be combined with the other x86_64 linux NO_DEPENDS job when functional tests pass the sanitizers
118116
GOAL="install"
119117
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --enable-glibc-back-compat --enable-reduce-exports --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=undefined CC=clang CXX=clang++"

.travis/test_06_script.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then
5050
END_FOLD
5151
fi
5252

53-
if [ "$RUN_BENCH" = "true" ]; then
54-
BEGIN_FOLD bench
55-
DOCKER_EXEC LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib $OUTDIR/bin/bench_bitcoin -scaling=0.001
56-
END_FOLD
57-
fi
58-
5953
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
6054
extended="--extended --exclude feature_pruning,feature_dbcrash"
6155
fi

0 commit comments

Comments
 (0)