Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
std::unique_ptr<QueryResult> Benchmark::run() const {
37
return conn->query(query);
38
}
39
40
std::unique_ptr<QueryResult> Benchmark::runWithProfile() const {
41
return conn->query(
"PROFILE "
+ query);
Callers
2
runBenchmark
Method · 0.45
run_python_build
Function · 0.45
Calls
1
query
Method · 0.45
Tested by
no test coverage detected