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

Function runDevTestPerfMessage

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

Source from the content-addressed store, hash-verified

148}
149
150export const runDevTestPerfMessage = async (): Promise<number> => {
151 return runWithSpinner(
152 'Running message rate limit performance test...',
153 'Message rate limit test completed',
154 'Message rate limit test failed',
155 () => runCommand('k6', ['run', 'test/performance/message-limiting-k6.ts']),
156 )
157}

Callers 1

index.tsFile · 0.90

Calls 2

runCommandFunction · 0.90
runWithSpinnerFunction · 0.85

Tested by

no test coverage detected