MCPcopy 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

28static ALLOC: mimalloc::MiMalloc = mimalloc::MiMalloc;
29
30fn 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_cliFunction · 0.85
initFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…