-
Notifications
You must be signed in to change notification settings - Fork 98
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
Integrate single step #2338
base: main
Are you sure you want to change the base?
Integrate single step #2338
Conversation
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 'Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20
.
Benchmark suite | Current: 065cd80 | Previous: c05463f | Ratio |
---|---|---|---|
executor-benchmark/keccak |
17294506028 ns/iter (± 94496485 ) |
14007847974 ns/iter (± 95984431 ) |
1.23 |
This comment was automatically generated by workflow using github-action-benchmark.
02f203d
to
2a59ead
Compare
2a59ead
to
20cba4f
Compare
It seems that connections whose selector is known to be zero are not considered completed. |
Main::is_arith 2 Main::b Main::c | ||
??? ??? ??? | ||
"; | ||
Main::is_arith $ [ Main::a, Main::b, Main::c ] |
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.
Not really sure why this is now indented.
fn compute_last_row<Q: QueryCallback<T>>(&mut self, mutable_state: &MutableState<'a, T, Q>) { | ||
assert_eq!(self.data.len() as DegreeType, self.degree - 1); | ||
|
||
// TODO combine with compute_first_two_rows |
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.
todo
Refactoring extracted out of #2338
No description provided.