MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / run

Method run

tools/benchmark/benchmark.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36std::unique_ptr<QueryResult> Benchmark::run() const {
37 return conn->query(query);
38}
39
40std::unique_ptr<QueryResult> Benchmark::runWithProfile() const {
41 return conn->query("PROFILE " + query);

Callers 2

runBenchmarkMethod · 0.45
run_python_buildFunction · 0.45

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected