Skip to content

Commit

Permalink
Use rust-benchmarks as Git submodule (#1115)
Browse files Browse the repository at this point in the history
* remove rust based benchmarks

* remove remaining pieces of rust benchmarks

* add rust-benchmarks git submodule

* adjust benchmark code for new git submodule

* properly add git submodule

* fix instantiate benchmarks
  • Loading branch information
Robbepop authored Jul 6, 2024
1 parent d026e43 commit dd16c12
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 992 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
--exclude wasmi_cli
--exclude wasmi_wasi
--exclude wasmi_fuzz
--exclude wasmi_benches_tiny_keccak
--exclude wasmi_benches_reverse_complement
--exclude wasmi_benches_regex_redux
- name: Build (wasm32)
run: >-
cargo build
Expand All @@ -55,9 +52,6 @@ jobs:
--exclude wasmi_cli
--exclude wasmi_wasi
--exclude wasmi_fuzz
--exclude wasmi_benches_tiny_keccak
--exclude wasmi_benches_reverse_complement
--exclude wasmi_benches_regex_redux
test-asan:
name: Test (Address Sanitizer)
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "crates/wasmi/tests/spec/testsuite"]
path = crates/wasmi/tests/spec/testsuite
url = https://github.com/WebAssembly/testsuite.git
[submodule "crates/wasmi/benches/rust"]
path = crates/wasmi/benches/rust
url = https://github.com/wasmi-labs/rust-benchmarks
231 changes: 0 additions & 231 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ members = [
"crates/core",
"crates/wasmi",
"crates/wasi",
"crates/wasmi/benches/rust/tiny_keccak",
"crates/wasmi/benches/rust/reverse_complement",
"crates/wasmi/benches/rust/regex_redux",
"crates/wasmi/benches/rust/build",
"fuzz",
]
exclude = []
Expand Down
18 changes: 0 additions & 18 deletions crates/wasmi/benches/README.md

This file was deleted.

Loading

0 comments on commit dd16c12

Please sign in to comment.