We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22ceac commit e3a13d4Copy full SHA for e3a13d4
src/hyperlight_host/benches/benchmarks.rs
@@ -134,6 +134,7 @@ fn sandbox_benchmark(c: &mut Criterion) {
134
135
// Benchmarks the time to create a new sandbox, create a new call context, and drop the call context.
136
group.bench_function("create_sandbox_and_call_context_and_drop", |b| {
137
+ let _ = env_logger::builder().parse_filters("debug").try_init();
138
b.iter(|| create_multiuse_sandbox().new_call_context());
139
});
140
0 commit comments