Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce benchmark runtime on CI (bytecodealliance#3896)
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.
- Loading branch information