diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-06-30 19:19:45 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-06-30 19:19:45 +0200 |
| commit | 9c85fa9c3a2066ce851af53d7019e6a25a45af3b (patch) | |
| tree | 79e6608e97f08c0ebdb64125b0c658f5cc4bb33f /benchmarks/Cargo.toml | |
| parent | 7e8770cc4e418ef1a8cdfd9b1f59ee14b07cc6c9 (diff) | |
chore: restructure runtime and reduce build dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'benchmarks/Cargo.toml')
| -rw-r--r-- | benchmarks/Cargo.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml deleted file mode 100644 index 516767e..0000000 --- a/benchmarks/Cargo.toml +++ /dev/null @@ -1,25 +0,0 @@ -[package] -name="benchmarks" -publish=false -edition.workspace=true -rust-version.workspace=true - -[dependencies] -criterion={version="0.5"} -tinywasm={path="../crates/tinywasm"} -wat={version="1"} -wasmi={version="0.33", features=["std"]} -wasmer={version="4.3", features=["cranelift", "singlepass"]} -argon2={version="0.5"} - -[[bench]] -name="selfhosted" -harness=false - -[[bench]] -name="fibonacci" -harness=false - -[[bench]] -name="argon2id" -harness=false |
