Skip to content

Commit

Permalink
add blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhamoyan committed Jul 24, 2024
1 parent 9358201 commit 39cdb47
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/benchmarking-workflow-dotnet-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,14 @@ Make sure you have the v8 engine installed and in the PATH. Follow the installat

#### Run the benchmarks with the interpreter

1. Configure NuGet Feeds to Include Local Packages. Open the `NuGet.config` and modify `packageSources` section
```
1. Configure NuGet Feeds to include local packages. Open the `NuGet.config` and modify `packageSources` section

`
<add key="dotnet-runtime" value="/path/to/dotnet/runtime/artifacts/packages/Release/Shipping" />
```
`

2. Run the benchmark

```cmd
/path/to/dotnet/performance$ python3 ./scripts/benchmarks_ci.py -f net9.0 --dotnet-path </path/to/dotnet/runtime/>artifacts/bin/dotnet-latest --wasm --run-isolated --bdn-artifacts artifacts/BenchmarkDotNet.Artifacts
--bdn-arguments="--anyCategories Libraries Runtime --category-exclusion-filter NoInterpreter NoWASM NoMono --logBuildOutput --wasmArgs=\"--module\" --wasmDataDir </path/to/dotnet/runtime>/src/mono/browser --filter <filter>"
Expand Down

0 comments on commit 39cdb47

Please sign in to comment.