Stream: git-wasmtime

Topic: wasmtime / issue #5326 WIP: immutable WasiCtx


view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2022 at 16:19):

github-actions[bot] commented on issue #5326:

Subscribe to Label Action

cc @kubkon

<details>
This issue or pull request has been labeled: "wasi"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2022 at 16:52):

bjorn3 commented on issue #5326:

This will result in a performance regression due to all these locking operations, right? Are you making this change to add multi-threading support?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2022 at 00:53):

abrown commented on issue #5326:

@haraldh, you should now be able to run the applicable benchmarks with something like cargo bench wasi/ from the top-level project directory.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 29 2022 at 08:23):

haraldh commented on issue #5326:

Have you been able to run any benchmarks to see the effect of this change?

I haven't seen any significant change (-2% at most), but the wasi benches have a relatively big difference from run to run anyway.


Last updated: Oct 23 2024 at 20:03 UTC