Stream: git-wasmtime

Topic: wasmtime / PR #3883 Add a benchmark for measuring call ov...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 04 2022 at 19:02):

alexcrichton opened PR #3883 from call-benchmark to main:

The goal of this new benchmark, call, is to help us measure the
overhead of both calling into WebAssembly from the host as well as
calling the host from WebAssembly. There's lots of various ways to
measure this so this benchmark is a bit large but should hopefully be
pretty thorough. It's expected that this benchmark will rarely be run in
its entirety but rather only a subset of the benchmarks will be run at
any one given time.

Some metrics measured here are:

Currently all the numbers are as expected, notably:

Lots of other fiddly bits that can be measured here, but this will
hopefully help establish a benchmark through which we can measure in the
future in addition to measuring changes such as #3876

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 04 2022 at 19:10):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 04 2022 at 21:01):

alexcrichton merged PR #3883.


Last updated: Nov 22 2024 at 17:03 UTC