Skip to content

Commit

Permalink
Merge pull request #786 from jprendes/bench/remove-microbench
Browse files Browse the repository at this point in the history
Remove wasm microbenchmarks
  • Loading branch information
Mossaka authored Jan 2, 2025
2 parents d53a650 + 5c686c8 commit 6357c61
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 350 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "webassembly-benchmarks"]
path = benches/webassembly-benchmarks
url = https://github.com/jedisct1/webassembly-benchmarks
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions benches/containerd-shim-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,9 @@ name = "containerd-shim-benchmarks"
version.workspace = true
edition.workspace = true

[dependencies]
containerd-shim-wasm = { path = "../../crates/containerd-shim-wasm", features = ["testing"] }
containerd-shim-wasmedge = { path = "../../crates/containerd-shim-wasmedge" }
containerd-shim-wasmtime = { path = "../../crates/containerd-shim-wasmtime" }
wasmtime = { workspace = true }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "wasmtime-benchmarks"
harness = false

[[bench]]
name = "wasmedge-benchmarks"
harness = false

[[bench]]
name = "wasi-demo-app-benchmarks"
harness = false
153 changes: 0 additions & 153 deletions benches/containerd-shim-benchmarks/benches/wasmedge-benchmarks.rs

This file was deleted.

175 changes: 0 additions & 175 deletions benches/containerd-shim-benchmarks/benches/wasmtime-benchmarks.rs

This file was deleted.

1 change: 0 additions & 1 deletion benches/webassembly-benchmarks
Submodule webassembly-benchmarks deleted from 7e86d6

0 comments on commit 6357c61

Please sign in to comment.