MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / benchmark_pglite_server

Function benchmark_pglite_server

xtask/src/main.rs:4205–4210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4203}
4204
4205fn benchmark_pglite_server() -> Result<PgliteServer> {
4206 PgliteServer::builder()
4207 .temporary()
4208 .database("postgres")
4209 .start()
4210}
4211
4212fn rtt_setup_sql() -> &'static str {
4213 "\

Calls 3

startMethod · 0.45
databaseMethod · 0.45
temporaryMethod · 0.45

Tested by

no test coverage detected