Stream: git-wasmtime

Topic: wasmtime / issue #2619 bench-api: configure the bench API...


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

fitzgen commented on issue #2619:

Fixed in #2937

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

fitzgen closed issue #2619:

After discussing https://github.com/bytecodealliance/wasmtime/pull/2612, @fitzgen and I agreed that the best way to configure the bench-api shared library for running benchmarks is with a configuration struct. This has advantages such as:

One additional thought is to version the configuration struct in some way (first field is a usize?) to verify that both sightglass and the bench-api shared library are operating on the same understanding of how to configure the benchmark.


Last updated: Nov 22 2024 at 16:03 UTC