Skip to content

Commit

Permalink
Merge pull request #2143 from AleoHQ/update/benchmarks-ci
Browse files Browse the repository at this point in the history
Update selected benchmarks in CB
  • Loading branch information
howardwu authored Oct 31, 2023
2 parents 55fe709 + 6d34d6e commit 325f425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
run: |
cd console/collections
cargo bench --bench merkle_tree -- --output-format bencher | tee -a ../../output.txt
cargo bench --bench kary_merkle_tree -- --output-format bencher | tee -a ../../output.txt
cd ../..
- name: Benchmark curves
Expand Down

1 comment on commit 325f425

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'snarkVM Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 325f425 Previous: de70a50 Ratio
bls12_377: g1_add_assign_mixed 997 ns/iter (± 134) 656 ns/iter (± 34) 1.52
bls12_377: g1_double 633 ns/iter (± 40) 405 ns/iter (± 21) 1.56
bls12_377: g1_is_in_correct_subgroup 101540 ns/iter (± 8371) 65967 ns/iter (± 2194) 1.54
bls12_377: fq_sub_assign 9 ns/iter (± 0) 5 ns/iter (± 0) 1.80
bls12_377: fr_negate 5 ns/iter (± 0) 3 ns/iter (± 0) 1.67
Transaction::Deploy 42234388878 ns/iter (± 2872994260) 27206224275 ns/iter (± 255484634) 1.55

This comment was automatically generated by workflow using github-action-benchmark.

CC: @raychu86

Please sign in to comment.