From 84977e43e85d1f2150e211f331e4c3651f417f9d Mon Sep 17 00:00:00 2001 From: nemo Date: Tue, 14 Jul 2020 15:03:12 -0400 Subject: [PATCH] fix: correct CI 'metrics capture' syntax --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c16956e2..03de436b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -169,7 +169,7 @@ jobs: - run: name: Ensure existence of Groth parameters and keys on remote host command: | - ./fil-proofs-tooling/scripts/run-remote.sh "${CIRCLE_BRANCH}" "${BENCHMARK_SERVER_SSH_USERNAME}@${BENCHMARK_SERVER_IP_ADDR}" cargo run --release --package filecoin-proofs --bin=paramcache -- --params-for-sector-sizes=$((512*1024*1024)) + ./fil-proofs-tooling/scripts/run-remote.sh "${CIRCLE_BRANCH}" "${BENCHMARK_SERVER_SSH_USERNAME}@${BENCHMARK_SERVER_IP_ADDR}" cargo run --release --package filecoin-proofs --bin paramcache -- --params-for-sector-sizes=$((512*1024*1024)) no_output_timeout: 60m - run: name: Run hash-constraints benchmarks on remote host