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

Function read_pglite_benchmark_sql

xtask/src/main.rs:3867–3871  ·  view source on GitHub ↗
(id: &str)

Source from the content-addressed store, hash-verified

3865}
3866
3867fn read_pglite_benchmark_sql(id: &str) -> Result<String> {
3868 let path = Path::new(PGLITE_BENCHMARK_SQL_DIR).join(format!("benchmark{id}.sql"));
3869 fs::read_to_string(&path)
3870 .with_context(|| format!("read PGlite benchmark SQL {}", path.display()))
3871}
3872
3873fn run_indexed_update_diagnostic_case(
3874 name: &'static str,

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected