Skip to content

Commit 56d6b75

Browse files
Alexandra Iordachelauralt
Alexandra Iordache
authored andcommitted
workaround: disable criterion warning
Signed-off-by: Alexandra Iordache <[email protected]>
1 parent 77fb41e commit 56d6b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pe = []
2525
vm-memory = "0.11.0"
2626

2727
[dev-dependencies]
28-
criterion = "0.3.5"
28+
criterion = { version = "0.3.5", features = ["html_reports"] }
2929
vm-memory = { version = "0.11.0", features = ["backend-mmap"] }
3030

3131
[[bench]]

0 commit comments

Comments
 (0)