Commit 287ed68
committed
perf(e2e): parallelize dual token mints
applyFundAliceWithBananas sent Alice's private and public banana mints
back-to-back, paying one production slot each. The two mints touch disjoint
balances, so they are now sent concurrently and share a slot. Each mint
keeps its own tx:mint span, so the overlap shows up as busyMs < totalMs in
the timing data.1 parent 6a73f33 commit 287ed68
1 file changed
Lines changed: 10 additions & 6 deletions
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
410 | 414 | | |
411 | 415 | | |
412 | 416 | | |
| |||
0 commit comments