Skip to content

Commit

Permalink
Update benchmarking-workflow-dotnet-runtime.md (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Apr 19, 2023
1 parent e869ece commit 536206f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/benchmarking-workflow-dotnet-runtime.md
Expand Up @@ -175,6 +175,10 @@ This would produce `/path/to/dotnet/runtime/artifacts/bin/dotnet-latest`, which

3. And you need `/path/to/dotnet/runtime/src/mono/wasm/test-main.js`

#### Install v8 engine

Make sure you have the v8 engine installed and in the PATH. Follow the installation [instructions](https://github.com/dotnet/runtime/tree/main/src/mono/wasm#installation-of-javascript-engines) if you don't have v8 installed.

#### Run the benchmarks with the interpreter

```cmd
Expand Down

0 comments on commit 536206f

Please sign in to comment.