For benchmarking these PRs, when running on WASM.
Build WASM runtime using:
./build.sh -os browser -configuration Release
./dotnet.sh build -p:TargetOS=browser -p:TargetArchitecture=wasm -c Release src/mono/wasm/Wasm.Build.Tests /t:InstallWorkloadUsingArtifactsTo run benchmarks, assuming jsvu has been installed for
user austin .
sudo bash
export PATH=/home/austin/.jsvu/bin/:$PATH
dotnet run -c releaseFigure out why the release in dotnet run -c release has to be lowercase. It appears to be a
problem where the build of apps for the different runtimes are classing with the host process.
Since the child builds use uppercase Release, it solves the clash.