forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Event Hubs] Update stress and perf tests post "prefetch feature" tes…
…ting (Azure#26095) ## Updates to the tests following Azure#26065 1. default test duration is set to 2 days for stress tests 2. Added a new "log-median-batch-size" option for the perf test - `log-median-batch-size` is a boolean that logs more information related to the batch size, such as median, max, average, etc. - It can be useful when relevant code is updated. - Being introduced in the perf test when the prefetch feature was added to Event Hubs. --------- Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com>
- Loading branch information
1 parent
8e77b96
commit 3bb63b2
Showing
5 changed files
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
scenarios: | ||
- testTarget: scenarioNoActivity | ||
image: Dockerfile | ||
Scenario: node18-noActivity | ||
memory: 1.5Gi | ||
imageTag: stresspgs7b6dif73rup6.azurecr.io/harshan-eh-prefetch/jseh/dockerfile:harshanalluru | ||
- testTarget: scenarioCheckpointStore | ||
image: Dockerfile | ||
Scenario: node18-checkpointStore | ||
memory: 1.5Gi | ||
imageTag: stresspgs7b6dif73rup6.azurecr.io/harshan-eh-prefetch/jseh/dockerfile:harshanalluru | ||
- testTarget: scenarioGetRuntimeProps | ||
image: Dockerfile | ||
Scenario: node18-getRuntimeProps | ||
memory: 1.5Gi | ||
imageTag: stresspgs7b6dif73rup6.azurecr.io/harshan-eh-prefetch/jseh/dockerfile:harshanalluru | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters