-
Notifications
You must be signed in to change notification settings - Fork 91
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
iterable trace #942
base: dev
Are you sure you want to change the base?
iterable trace #942
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #942 +/- ##
==========================================
- Coverage 92.52% 92.35% -0.18%
==========================================
Files 97 98 +1
Lines 13319 13421 +102
Branches 13319 13421 +102
==========================================
+ Hits 12324 12395 +71
- Misses 925 956 +31
Partials 70 70 ☔ View full report in Codecov by Sentry. |
cec2df9
to
87c1b94
Compare
87c1b94
to
a58b4ca
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2
.
Benchmark suite | Current: a58b4ca | Previous: 87c1b94 | Ratio |
---|---|---|---|
iffts/simd ifft/27 |
601218940 ns/iter (± 7342406 ) |
294742651 ns/iter (± 11105005 ) |
2.04 |
iffts/simd ifft/28 |
1259186484 ns/iter (± 27502525 ) |
596468053 ns/iter (± 14464123 ) |
2.11 |
merkle throughput/simd merkle |
30455866 ns/iter (± 393327 ) |
14840045 ns/iter (± 505562 ) |
2.05 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @shaharsamocha7
No description provided.