-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup workspace organization & benchmarks (#466)
* cleanup benchmark code This removes the superflous `_v1` suffix from all benchmarks. Also this renames `compile_and_validate` to just `translate` and also adds what exactly it `translates` or `instantiates` to allow for future additions. * move ci.sh script into scripts folder and rename for clarity * move workspace crates under crates folder Also rename "wasmi_v1" folder to just "wasmi". * adjust GitLab benchmark CI * GitLab bench CI: add popd after benchmarking PR branch * fix gitlab-ci.yml script paths
- Loading branch information
Showing
112 changed files
with
106 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "wasmi_v1/tests/spec/testsuite"] | ||
path = wasmi_v1/tests/spec/testsuite | ||
[submodule "crates/wasmi/tests/spec/testsuite"] | ||
path = crates/wasmi/tests/spec/testsuite | ||
url = https://github.com/WebAssembly/testsuite.git | ||
[submodule "wasmi_v1/benches/wasm_kernel"] | ||
path = wasmi_v1/benches/wasm/wasm_kernel | ||
[submodule "crates/wasmi/benches/wasm_kernel"] | ||
path = crates/wasmi/benches/wasm/wasm_kernel | ||
url = https://github.com/robbepop/wasm_kernel.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.