Skip to content

Commit 5cd1f6a

Browse files
committed
[temp commit] debug
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent f22ceac commit 5cd1f6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/hyperlight_host/benches/benchmarks.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ fn sandbox_benchmark(c: &mut Criterion) {
134134

135135
// Benchmarks the time to create a new sandbox, create a new call context, and drop the call context.
136136
group.bench_function("create_sandbox_and_call_context_and_drop", |b| {
137+
match env_logger::builder().parse_filters("info").try_init() {
138+
Ok(_) => {}
139+
Err(_) => {}
140+
};
137141
b.iter(|| create_multiuse_sandbox().new_call_context());
138142
});
139143

0 commit comments

Comments
 (0)