Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf measurement for Fast USDC in multichain-testing (#10857)
closes: #10595 ## Description - within `advanceAndSettleScenario`, measure from start of OCW submission to receipt of advanced funds - multichain-testing env using `console.timeLog()` - mainnet estimate using blocks elapsed * 7 sec - refine oracle submission to return without waiting for payouts ### Security / Scaling / Documentation / Upgrade Considerations n/a - test code only ### Testing Considerations Perf measurement does *not* include time between when the user says "go" and when the OCWs notice the transaction in a block and start to submit. Presumably this is around 5sec - 10 sec; the test pads timing to accommodate for such things (`MARGIN_OF_ERROR = 0.2`).
- Loading branch information