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
- Transactions slice length was incorrectly initialized.
- Transactions needed to set a UUID in order to get observed
by the `observeTransaction` function and actually trigger
the code that's being benchmarked.
- Indexing into the `transactions` slice in the benchmark was
incorrectly using `idx` instead of `i` and grabbing empty
objects.
Resolves: #151300
Epic: None
Release note: None
0 commit comments