Skip to content

Commit 159b154

Browse files
committed
remote debug logging from benchmarks
Signed-off-by: Simon Davies <[email protected]>
1 parent 45468f2 commit 159b154

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hyperlight_host/benches/benchmarks.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ 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-
let _ = env_logger::builder().parse_filters("debug").try_init();
138137
b.iter(|| create_multiuse_sandbox().new_call_context());
139138
});
140139

0 commit comments

Comments
 (0)