summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-01 20:18:09 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-01 20:18:09 +0200
commitb61e55c1fbf5c0c443b325967a524a2623429029 (patch)
tree017476e803f4ec515472bfb38d13c78f0025a3aa /benchmarks
parenta95326431cfd3c4afe8c6d7cffde63d086734390 (diff)
fix: table_init variable order
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 357a9af..91b72bd 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -4,7 +4,7 @@ publish=false
edition.workspace=true
[dependencies]
-criterion={version="0.5", features=["html_reports"]}
+criterion={version="0.5"}
tinywasm={path="../crates/tinywasm"}
wat={version="1"}
wasmi={version="0.32", features=["std"]}