Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
const
WARMUP_TIME = 1000
6
7
interface
BenchmarkResult {
8
name: string
9
reqsPerSec: number
10
}
11
12
interface
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…