Releases: iizotov/azure-sb-loadgenerator-dotnetcore
20181213.1
Automated build and release.
Commit id: 072e069e2d564e08e794b37d0979fd9e536e38b5
Docker Hub: docker pull iizotov/azure-sb-loadgenerator-dotnetcore
Commit message:
added ability to sleep after Nth iteration using optional SLEEP_N env variable
20181205.10
Automated build and release.
Commit id: ac9d8022e2c2beaa6e392ebd8c1f1140dcf1dd49
Docker Hub: docker pull iizotov/azure-sb-loadgenerator-dotnetcore
Commit message:
fix in run.sh - initial sleep should not be a part of the execution loop
20181205.7
Automated build and release.
Commit id: 1aebb7fd7e8a942e51f88ecd398de69110a7984a
Docker Hub: docker pull iizotov/azure-sb-loadgenerator-dotnetcore
Commit message:
1. updated Dockerfile, run.sh logic to enable multiple test iterations
2. targeting dotnet 2.2
latest
2.0.3
2.0.2
Bugfix/tuning. After stress-testing it on a small resource-starved ubuntu vm dotnet core was spawning too many / recycling too few worker threads leading to an essentially dead machine. Fixed by forcing GC to run at critical points and throwing in a couple of wait loops. May warrant a further investigation.
2.0.1
2.0.0
New features:
- ability to execute a dry-run
- ability to set a desired throughput level
- interactive in-flight adjustment of some parameters
- ability to specify an execution duration limit
Code refactored, static threads replaced with Tasks