Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

AustinWise/TryGetHashCodeBenchmark

 
 

Repository files navigation

What is this

For benchmarking these PRs, when running on WASM.

How to build and run

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:InstallWorkloadUsingArtifacts

To run benchmarks, assuming jsvu has been installed for user austin .

sudo bash
export PATH=/home/austin/.jsvu/bin/:$PATH
dotnet run -c release

TODO

Figure 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages