Skip to content

Commit f6de948

Browse files
Merge pull request #917 from filecoin-project/bugs/broken-benchy
fix(benchmarks): fix benchmark invocations
2 parents 6fbc20a + 37d5925 commit f6de948

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ jobs:
216216
cat micro-benchmarks.json
217217
no_output_timeout: 60m
218218
- run:
219-
name: Run ZigZag benchmarks using 1GiB sectors
219+
name: Run stacked benchmarks using 1GiB sectors
220220
command: |
221-
./fil-proofs-tooling/scripts/benchy-remote.sh "${CIRCLE_BRANCH}" "${BENCHMARK_SERVER_SSH_USERNAME}@${BENCHMARK_SERVER_IP_ADDR}" zigzag --size=$((1024*1024)) > zigzag-benchmarks.json
222-
cat zigzag-benchmarks.json
221+
./fil-proofs-tooling/scripts/benchy-remote.sh "${CIRCLE_BRANCH}" "${BENCHMARK_SERVER_SSH_USERNAME}@${BENCHMARK_SERVER_IP_ADDR}" stacked --size=$((1024*1024)) > stacked-benchmarks.json
222+
cat stacked-benchmarks.json
223223
no_output_timeout: 60m
224224
- run:
225225
name: Run Rational PoST benchmarks using a 1GiB sector
@@ -230,10 +230,10 @@ jobs:
230230
- run:
231231
name: Aggregate benchmarks into single JSON document
232232
command: |
233-
./fil-proofs-tooling/scripts/aggregate-benchmarks.sh zigzag-benchmarks.json micro-benchmarks.json hash-constraints.json rational-post-benchmarks.json > aggregated-benchmarks.json
233+
./fil-proofs-tooling/scripts/aggregate-benchmarks.sh stacked-benchmarks.json micro-benchmarks.json hash-constraints.json rational-post-benchmarks.json > aggregated-benchmarks.json
234234
cat aggregated-benchmarks.json
235235
- store_artifacts:
236-
path: zigzag-benchmarks.json
236+
path: stacked-benchmarks.json
237237
- store_artifacts:
238238
path: hash-constraints.json
239239
- store_artifacts:

0 commit comments

Comments
 (0)