Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuilderIO/framework-benchmarks
/ measureTimeForRequests
Function
measureTimeForRequests
src/scripts/measure-throughput.ts:77–82 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
75
}
76
77
async
function
measureTimeForRequests(url: string) {
78
const
result =
await
autocannon({
79
url: url,
80
});
81
return
result;
82
}
Callers
1
measure
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected