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)
- Host: GitHub
- URL: https://github.com/rabbitmq/rabbitmq-dotnet-perf-test
- Owner: rabbitmq
- License: other
- Created: 2017-10-12T11:25:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T08:27:56.000Z (about 6 years ago)
- Last Synced: 2025-03-27T03:51:17.269Z (about 1 year ago)
- Topics: benchmarking, dotnet, dotnet-core, load-testing, rabbitmq, tool
- Language: F#
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).