MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / sleep

Function sleep

benchmark/helpers.ts:781–783  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

779}
780
781export function sleep(ms: number): Promise<void> {
782 return new Promise((resolve) => setTimeout(resolve, ms));
783}
784
785export function aggregateBenchmarkResults(
786 approach: string,

Callers 3

runScreenshotApproachFunction · 0.85
runWebMCPApproachFunction · 0.85
runWebMCPApproachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected