-
Notifications
You must be signed in to change notification settings - Fork 4
chore: remove decompose function #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ac3fa01
to
1cc89f6
Compare
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'ACIR Opcodes'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01
.
Benchmark suite | Current: b79ff1d | Previous: 15df67c | Ratio |
---|---|---|---|
get_string_JSON16kb_Bench.json/main |
43258 acir_opcodes |
42695 acir_opcodes |
1.01 |
get_string_JSON512b_Bench.json/main |
27386 acir_opcodes |
26823 acir_opcodes |
1.02 |
get_value_JSON16kb_Bench.json/main |
20747 acir_opcodes |
20188 acir_opcodes |
1.03 |
get_value_JSON512b_Bench.json/main |
4875 acir_opcodes |
4316 acir_opcodes |
1.13 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Circuit Size'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01
.
Benchmark suite | Current: b79ff1d | Previous: 15df67c | Ratio |
---|---|---|---|
get_value_JSON16kb_Bench.json/main |
36167 circuit_size |
35344 circuit_size |
1.02 |
get_value_JSON512b_Bench.json/main |
10373 circuit_size |
9550 circuit_size |
1.09 |
This comment was automatically generated by workflow using github-action-benchmark.
a9f97fb
to
e94e705
Compare
d1a3c32
to
deab3c5
Compare
Description
Problem*
same as #79 except this kept the arithmetic operations. If we replace them with if statements, benchmark checks will fail.
Summary*
Additional Context
PR Checklist*
cargo fmt
on default settings.