Stream: git-wasmtime

Topic: wasmtime / PR #3896 Reduce benchmark runtime on CI


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

alexcrichton opened PR #3896 from bench-less to main:

After adding the call-oriented benchmark recently I just noticed that
running benchmarks on CI is taking 30+ minutes which is not intended.
Instead of running a full benchmark run on CI (which I believe we're not
looking at anyway) instead only run the benchmarks for a single
iteration to ensure they still work but otherwise don't collect
statistics about them.

Additionally cap the number of parallel instantiations to 16 to avoid
running tons of tests for machines with lots of cpus.

<!--

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 07 2022 at 19:09):

cfallin submitted PR review.

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

alexcrichton merged PR #3896.


Last updated: Nov 22 2024 at 17:03 UTC