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

Interface BenchmarkResult

benchmarks/fetch/scripts/bench.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const WARMUP_TIME = 1000
6
7interface BenchmarkResult {
8 name: string
9 reqsPerSec: number
10}
11
12interface ServerResult {
13 server: string

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…