Stream: git-wasmtime

Topic: wasmtime / PR #11733 Add `compile` benchmark


view this post on Zulip Wasmtime GitHub notifications bot (Sep 22 2025 at 18:19):

abrown opened PR #11733 from abrown:bench-compile to bytecodealliance:main:

Provides a simple way to measure compilation time across a set of compiler scenarios. Like the instantiation benchmark, this allows dropping in new benchmarks to add to the benchmark suite; e.g., ln -s $(realpath .../benchmark.wasm) benches/compile/benchmark.wasm.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 22 2025 at 18:19):

abrown requested fitzgen for a review on PR #11733.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 22 2025 at 18:19):

abrown requested wasmtime-default-reviewers for a review on PR #11733.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 22 2025 at 18:23):

abrown commented on PR #11733:

This is not meant to undermine the good work in Sightglass; I actually drop in Sightglass benchmarks to this folder when I want to see how criterion measures things. As we have discussed in prior Cranelift meetings, this would just be a shortcut to the very specific use case of "quickly measure a compilation change."

view this post on Zulip Wasmtime GitHub notifications bot (Sep 23 2025 at 17:02):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 23 2025 at 17:02):

fitzgen created PR review comment:

        let mut group = c.benchmark_group(scenario.to_string());

view this post on Zulip Wasmtime GitHub notifications bot (Sep 23 2025 at 17:02):

fitzgen created PR review comment:

Maybe double check that the file path ends in .wasm and isn't a directory or whatever?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 23 2025 at 21:11):

abrown updated PR #11733.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 23 2025 at 21:11):

abrown has enabled auto merge for PR #11733.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 23 2025 at 21:47):

abrown merged PR #11733.


Last updated: Dec 06 2025 at 06:05 UTC