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

Method execute

benchmark/src/benchmark.ts:18–18  ·  view source on GitHub ↗
(autocannon: Autocannon)

Source from the content-addressed store, hash-verified

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

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected