Commit fe6c81d
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 8b16fc8 commit fe6c81d
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 | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
417 | 421 | | |
418 | 422 | | |
419 | 423 | | |
| |||
0 commit comments