Skip to content

Commit

Permalink
ci: Fix bench.yml env (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Aug 26, 2024
1 parent 199c991 commit b2e4279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set env
run: |
# Default benchmark settings optimized for light clients, can be overwritten with `env` input
echo "RUSTFLAGS='-C target-cpu=native --cfg tokio_unstable -C opt-level=3'" | tee -a $GITHUB_ENV
echo "RUSTFLAGS=-C target-cpu=native --cfg tokio_unstable -C opt-level=3" | tee -a $GITHUB_ENV
echo "SHARD_SIZE=4194304" | tee -a $GITHUB_ENV
echo "SHARD_BATCH_SIZE=0" | tee -a $GITHUB_ENV
echo "RECONSTRUCT_COMMITMENTS=false" | tee -a $GITHUB_ENV
Expand Down

2 comments on commit b2e4279

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

epoch_change Prove

proving_time verifying_time cycles
79335 1742 8672011

Time unit = milliseconds
Workflow URL: https://github.com/argumentcomputer/zk-light-clients/actions/runs/10568893931

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

epoch_change Prove

proving_time verifying_time cycles
79355 1744 8672011

Time unit = milliseconds
Workflow URL: https://github.com/argumentcomputer/zk-light-clients/actions/runs/10569003306

Please sign in to comment.