MCPcopy Create free account
hub / github.com/honojs/node-server / ServerResult

Interface ServerResult

benchmarks/fetch/scripts/bench.ts:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface ServerResult {
13 server: string
14 runtime: string
15 average: number
16 ping: number
17 query: number
18 body: number
19}
20
21async function waitForServer(): Promise<void> {
22 const maxRetries = 30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…