Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(avm): relation microbenchmarks (#11974)
Relation accumulation microbenchmarks ``` ---------------------------------------------------------------------- Benchmark Time CPU Iterations ---------------------------------------------------------------------- alu_acc_random 0.126 us 0.126 us 5542448 bc_decomposition_acc_random 4.32 us 4.32 us 161914 bc_retrieval_acc_random 0.024 us 0.024 us 28942571 bitwise_acc_random 1.42 us 1.42 us 493754 ecc_acc_random 2.61 us 2.61 us 269299 execution_acc_random 0.527 us 0.527 us 1309267 instr_fetching_acc_random 0.024 us 0.024 us 29060773 range_check_acc_random 2.77 us 2.77 us 257953 sha256_acc_random 6.33 us 6.33 us 111173 ```
- Loading branch information
95b581d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.wasmClientIVCBench/Full/6
85588.19262599999
ms/iter76075.219784
ms/iter1.13
This comment was automatically generated by workflow using github-action-benchmark.
CC: @ludamad @codygunton