File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ jobs:
216
216
cat micro-benchmarks.json
217
217
no_output_timeout : 60m
218
218
- run :
219
- name : Run ZigZag benchmarks using 1GiB sectors
219
+ name : Run stacked benchmarks using 1GiB sectors
220
220
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
223
223
no_output_timeout : 60m
224
224
- run :
225
225
name : Run Rational PoST benchmarks using a 1GiB sector
@@ -230,10 +230,10 @@ jobs:
230
230
- run :
231
231
name : Aggregate benchmarks into single JSON document
232
232
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
234
234
cat aggregated-benchmarks.json
235
235
- store_artifacts :
236
- path : zigzag -benchmarks.json
236
+ path : stacked -benchmarks.json
237
237
- store_artifacts :
238
238
path : hash-constraints.json
239
239
- store_artifacts :
You can’t perform that action at this time.
0 commit comments