-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add simple benchmark for the transact
function
#1969
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 @@
## main #1969 +/- ##
==========================================
- Coverage 69.81% 69.73% -0.08%
==========================================
Files 313 314 +1
Lines 35562 35631 +69
==========================================
+ Hits 24828 24848 +20
- Misses 10734 10783 +49 ☔ View full report in Codecov by Sentry. |
transact
function
Description
a simple benchmark for the smallest unit of execution that. we use the
pprof
profiler to output a flamegraph.we can later extend this to
sir
once we have it re-enabled it.Related issue
Tests
Added to documentation?
Checklist
scripts/prettier.sh
,scripts/rust_fmt.sh
,scripts/cairo_fmt.sh
)scripts/clippy.sh
,scripts/docs.sh
)