-
Notifications
You must be signed in to change notification settings - Fork 243
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
chore: regression test #7195 #7233
base: master
Are you sure you want to change the base?
Conversation
… test of expected trace when stepping through test that was failing in #7195
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 'Test Suite Duration'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: 3e80dd5 | Previous: d5d6cb7 | Ratio |
---|---|---|---|
noir-lang_noir_string_search_ |
1 s |
0 s |
+∞ |
noir-lang_noir_bigcurve_ |
331 s |
275 s |
1.20 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
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 'Execution Time'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: b19100f | Previous: 6d319af | Ratio |
---|---|---|---|
global_var_regression_entry_points |
0.009 s |
0.007 s |
1.29 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @TomAFrench
Haven't looked at this in depth but we'll also want to make some brillig calls to make sure that we stitch the ACIR and brillig callstacks together properly. |
…ger-indicated lines
Description
Problem*
Resolves #7207
Summary*
Additional Context
Documentation*
Check one:
PR Checklist*
cargo fmt
on default settings.