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:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
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?
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.
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: Nov 22 2024 at 16:03 UTC