Stream: git-wasmtime

Topic: wasmtime / PR #2900 Implement simple benchmarks for insta...


view this post on Zulip Wasmtime GitHub notifications bot (May 12 2021 at 00:26):

peterhuene opened PR #2900 from benchmark-instantiation to main:

This adds benchmarks around module instantiation using criterion.

Both the default (i.e. on-demand) and pooling allocators are tested
sequentially and in parallel using a thread pool.

Instantiation is tested with an empty module, a module with a single page
linear memory, a larger linear memory with a data initializer, and a "hello
world" Rust WASI program.

view this post on Zulip Wasmtime GitHub notifications bot (May 12 2021 at 14:16):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2021 at 02:27):

peterhuene updated PR #2900 from benchmark-instantiation to main.

view this post on Zulip Wasmtime GitHub notifications bot (May 17 2021 at 23:52):

peterhuene merged PR #2900.


Last updated: Nov 22 2024 at 17:03 UTC