Skip to content

Commit a97d5be

Browse files
committed
bench-api: activate jitdump
1 parent 2722fd3 commit a97d5be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/bench-api/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ impl BenchState {
422422
let mut config = options.config(None)?;
423423
// NB: always disable the compilation cache.
424424
config.cache(None);
425+
config.profiler(wasmtime::ProfilingStrategy::JitDump);
425426
let engine = Engine::new(&config)?;
426427
let mut linker = Linker::<HostState>::new(&engine);
427428

0 commit comments

Comments
 (0)