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

Method run

benchmark/src/benchmark.ts:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 async run(): Promise<Result> {
56 const result: Result = {};
57 for (const name in scenarios) {
58 result[name] = await this.runScenario(name, scenarios[name]);
59 }
60 return result;
61 }
62
63 async runScenario(
64 name: string,

Callers 11

mainFunction · 0.95
runCommandFunction · 0.45
test-utils.jsFile · 0.45
app.integration.jsFile · 0.45
createAppAndInstallDepsFunction · 0.45
createAppProjectFunction · 0.45
generateOpenApiArtifactsFunction · 0.45
lernaBootstrapFunction · 0.45
runBenchmarkFunction · 0.45

Calls 1

runScenarioMethod · 0.95

Tested by

no test coverage detected