Skip to content

Commit

Permalink
update dotnet readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cboudereau committed Sep 15, 2023
1 parent 0d8087b commit a847c1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ dotnet/jsonbench> dotnet run -c Release
## run in console mode
```bash
dotnet run -c Release -- --console --times 10
```

## tracing
```bash
dotnet build -c Release && dotnet trace collect -- .\bin\Release\net8.0\jsonbench.exe --console --times 10
```

0 comments on commit a847c1e

Please sign in to comment.