Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ main
Function
main
benchmarks/src/bin/benchmark_runner.rs:30–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
static ALLOC: mimalloc::MiMalloc = mimalloc::MiMalloc;
29
30
fn main() {
31
env_logger::init();
32
if let Err(e) = run_cli(std::env::args()) {
33
eprintln!(
"{e}"
);
34
std::process::exit(1);
35
}
36
}
Callers
nothing calls this directly
Calls
2
run_cli
Function · 0.85
init
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…