You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try to improve the benchmarks (if possible) with the followings:
Review the benchmarks for IBC transactions (we've added new features since the benches were written)
Split the benchmark of verify_shielded_tx in the masp VP into separate benches for check_spend, check_convert, check_output and final_check so that we can better track gas at runtime depending on the number of notes in the transaction
Refactor run::tx and run::vp to avoid benchmarking the call to fetch_and_compile (which is already tracked separately)
The text was updated successfully, but these errors were encountered:
We should try to improve the benchmarks (if possible) with the followings:
verify_shielded_tx
in the masp VP into separate benches forcheck_spend
,check_convert
,check_output
andfinal_check
so that we can better track gas at runtime depending on the number of notes in the transactionrun::tx
andrun::vp
to avoid benchmarking the call tofetch_and_compile
(which is already tracked separately)The text was updated successfully, but these errors were encountered: