MCPcopy
hub / github.com/prisma/prisma / run

Method run

packages/client-engine-runtime/bench/bench-utils.ts:132–132  ·  view source on GitHub ↗
(options?: { async?: boolean })

Source from the content-addressed store, hash-verified

130interface RunnableSuite {
131 on(type: string, callback: (event: Benchmark.Event) => void): this
132 run(options?: { async?: boolean }): unknown
133}
134
135export function runSuite(suite: RunnableSuite): Promise<void> {

Callers 15

mainFunction · 0.65
prism.tsFile · 0.65
executeMethod · 0.65
runBenchmarksFunction · 0.65
runBenchmarksFunction · 0.65
setupTestSuiteDatabaseD1Function · 0.65
prepareD1DatabaseFunction · 0.65
queryMethod · 0.65
runInChildSpanMethod · 0.65
prism.tsFile · 0.65

Calls

no outgoing calls

Tested by 2

runBenchmarksFunction · 0.52
runBenchmarksFunction · 0.52