Skip to content

Commit 45468f2

Browse files
ludfjigsimongdavies
authored andcommitted
[temp commit] debug
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 270ff55 commit 45468f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hyperlight_host/benches/benchmarks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ 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();
137138
b.iter(|| create_multiuse_sandbox().new_call_context());
138139
});
139140

0 commit comments

Comments
 (0)