Skip to content

Commit

Permalink
Document how to run benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 4, 2021
1 parent c791624 commit f00e837
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -80,6 +80,15 @@ ask the core team for their opinion on the [RabbitMQ users mailing list][rmq-use

See [RUNNING_TESTS.md](/RUNNING_TESTS.md).

### Running Benchmarks

Benchmarks can be found under `./projects/Benchmarks`. On the command line, run them with `dotnet run`
like so:

```
dotnet run -c Release -f netcoreapp5.0 --project ./projects/Benchmarks/ --filter Networking_BasicDeliver_LongLivedConnection
```

## Code of Conduct

See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
Expand Down

0 comments on commit f00e837

Please sign in to comment.