MCPcopy Index your code
hub / github.com/cameri/nostream / runDevTestPerfConnection

Function runDevTestPerfConnection

src/cli/commands/dev.ts:141–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141export const runDevTestPerfConnection = async (): Promise<number> => {
142 return runWithSpinner(
143 'Running connection rate limit performance test...',
144 'Connection rate limit test completed',
145 'Connection rate limit test failed',
146 () => runCommand('k6', ['run', 'test/performance/connection-limiting-k6.ts']),
147 )
148}
149
150export const runDevTestPerfMessage = async (): Promise<number> => {
151 return runWithSpinner(

Callers 1

index.tsFile · 0.90

Calls 2

runCommandFunction · 0.90
runWithSpinnerFunction · 0.85

Tested by

no test coverage detected