An open API service indexing awesome lists of open source software.

https://github.com/rabbitmq/rabbitmq-dotnet-perf-test

PerfTest clone for the .NET RabbitMQ client (experimental)
https://github.com/rabbitmq/rabbitmq-dotnet-perf-test

benchmarking dotnet dotnet-core load-testing rabbitmq tool

Last synced: about 1 year ago
JSON representation

PerfTest clone for the .NET RabbitMQ client (experimental)

Awesome Lists containing this project

README

          

# .NET PerfTest for RabbitMQ

This project is a [PerfTest](https://github.com/rabbitmq/rabbitmq-perf-test) clone based on the .NET RabbitMQ client.
The project is very young and incomplete. It should be considered a proof of concept
that's not particularly useful to the general public.

## Build

```./build.sh```

## Run

From root directory:

```dotnet run -p ./src/dpt/dpt.fsproj -- --help```

## Copyright & License

(c) Pivotal Software Inc, 2017.

See [LICENSE](./LICENSE).