dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
691 stars 268 forks source link

Add Wasm micro build to check changes for wasm compatibility #2744

Open LoopedBard3 opened 1 year ago

LoopedBard3 commented 1 year ago

Taking into account the performance-ci miss that caused https://github.com/dotnet/runtime/issues/78575, it would be good to add a wasm microbenchmarks run to protect against wasm specific breaking change.

radical commented 1 year ago

The best way to do this would be to follow the steps from docs/benchmarking-workflow-dotnet-runtime.md which would - checkout+build-runtime+install-sdk-and-workload and run a tiny subset benchmarks.This would be closest to how we do this for dotnet-runtime-perf pipeline.

Please feel free to ping me if any help is needed with this.