From f690c64375e956956f1f43c3c6cbf22879679f41 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 7 May 2019 23:02:09 -0700 Subject: [PATCH] Disable solana-upload-perf until performance can be debugged (#4210) --- ci/test-bench.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/test-bench.sh b/ci/test-bench.sh index 3cd8bc8c71..c9c617ba5a 100755 --- a/ci/test-bench.sh +++ b/ci/test-bench.sh @@ -62,6 +62,9 @@ _ cargo +$rust_nightly bench --manifest-path core/Cargo.toml ${V:+--verbose} \ _ cargo +$rust_nightly bench --manifest-path programs/bpf/Cargo.toml ${V:+--verbose} --features=bpf_c \ -- -Z unstable-options --format=json --nocapture | tee -a "$BENCH_FILE" +# TODO: debug why solana-upload-perf takes over 30 minutes to complete. +exit 0 + _ cargo +$rust_nightly run --release --package solana-upload-perf \ -- "$BENCH_FILE" "$TARGET_BRANCH" "$UPLOAD_METRICS" | tee "$BENCH_ARTIFACT"