MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / setup

Method setup

benchmark/src/benchmark.ts:17–17  ·  view source on GitHub ↗
(client: Client)

Source from the content-addressed store, hash-verified

15
16export interface Scenario {
17 setup(client: Client): Promise<void>;
18 execute(autocannon: Autocannon): Promise<EndpointStats>;
19}
20

Callers 2

runScenarioMethod · 0.65
interceptMethod · 0.65

Implementers 2

FindTodosbenchmark/src/scenarios/find-todos.sce
CreateTodobenchmark/src/scenarios/create-todo.sc

Calls

no outgoing calls

Tested by

no test coverage detected