Skip to content

Releases: iizotov/azure-sb-loadgenerator-dotnetcore

20181213.1

13 Dec 23:31
Compare
Choose a tag to compare

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

05 Dec 04:37
Compare
Choose a tag to compare

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

05 Dec 01:18
Compare
Choose a tag to compare

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

05 Dec 04:37
Compare
Choose a tag to compare

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

2.0.3

25 Nov 07:27
Compare
Choose a tag to compare

Fixed the memory leak blunder

2.0.2

21 Nov 23:55
Compare
Choose a tag to compare

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

21 Nov 08:13
Compare
Choose a tag to compare

No new features
Bugfix:

Fixed the bug that caused an error when console was being redirected or detached

2.0.0

21 Nov 06:39
Compare
Choose a tag to compare

New features:

  1. ability to execute a dry-run
  2. ability to set a desired throughput level
  3. interactive in-flight adjustment of some parameters
  4. ability to specify an execution duration limit

Code refactored, static threads replaced with Tasks