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 need a way to benchmark specific txs in order to control how much processing time and data they require.
In #5414 we've added benchmarks for tx size but to be accurate they require very specific txs otherwise the data from other benchmarks or even the test setup could lead to comparing apples and oranges.
I think the ideal case would be to "tag" test transactions in a specific way, e.g.:
We need a way to benchmark specific txs in order to control how much processing time and data they require.
In #5414 we've added benchmarks for tx size but to be accurate they require very specific txs otherwise the data from other benchmarks or even the test setup could lead to comparing apples and oranges.
I think the ideal case would be to "tag" test transactions in a specific way, e.g.:
And the metrics logs to pick up these tags when they're captured
The text was updated successfully, but these errors were encountered: