MCPcopy
hub / github.com/electric-sql/pglite / Result

Interface Result

packages/benchmark/baseline.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30})
31
32interface Result {
33 sqliteInMemory: number
34 sqliteOnDisk: number
35 postgres: number
36}
37
38const results: Result[] = []
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected