wasmtime: Add criterion micro benchmarks for traps (#4398)

* wasmtime: Rename host->wasm trampolines

As we introduce new types of trampolines, having clear names for our existing
trampolines will be helpful.

* Fix typo in docs for `VMCOMPONENT_MAGIC`

* wasmtime: Add criterion micro benchmarks for traps
This commit is contained in:
Nick Fitzgerald
2022-07-06 17:20:40 -07:00
committed by GitHub
parent 8629cbc6a4
commit 7000b0a4cf
4 changed files with 181 additions and 3 deletions

View File

@@ -138,6 +138,10 @@ harness = false
name = "thread_eager_init"
harness = false
[[bench]]
name = "trap"
harness = false
[[bench]]
name = "call"
harness = false