()
| 222 | criterion_main!(benches); |
| 223 | |
| 224 | fn make_tokio_runtime() -> Runtime { |
| 225 | tokio::runtime::Builder::new_multi_thread() |
| 226 | .enable_all() |
| 227 | .build() |
| 228 | .unwrap() |
| 229 | } |
| 230 | |
| 231 | fn make_ctx(args: &EnvParser) -> Result<SessionContext> { |
| 232 | let config = args.options.config()?; |