-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Perf] Refactor tests.yml into one file per package per language (#28462
- Loading branch information
1 parent
1714811
commit eb3b485
Showing
10 changed files
with
155 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Service: eventhubs | ||
|
||
Project: sdk/eventhub/azure-eventhub | ||
|
||
PrimaryPackage: azure-eventhub | ||
|
||
PackageVersions: | ||
- azure-core: 1.26.1 | ||
azure-eventhub: 5.11.1 | ||
- azure-core: source | ||
azure-eventhub: source | ||
|
||
Tests: | ||
- Test: send-event-batch | ||
Class: SendEventBatchTest | ||
Arguments: | ||
- --event-size 1024 --batch-size 100 --parallel 64 | ||
- --event-size 1024 --batch-size 100 --parallel 64 --uamqp-transport | ||
- --event-size 1024 --batch-size 100 --parallel 64 --transport-type 1 | ||
- --event-size 1024 --batch-size 100 --parallel 64 --transport-type 1 --uamqp-transport | ||
|
||
- Test: process-events-batch | ||
Class: ProcessEventsBatchTest | ||
Arguments: | ||
- --event-size 1024 --max-batch-size 100 --preload 1000000 | ||
- --event-size 1024 --max-batch-size 100 --preload 1000000 --uamqp-transport | ||
- --event-size 1024 --max-batch-size 100 --preload 1000000 --transport-type 1 | ||
- --event-size 1024 --max-batch-size 100 --preload 1000000 --transport-type 1 --uamqp-transport |
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,23 @@ | ||
Service: keyvault-secrets | ||
|
||
Project: sdk/keyvault/azure-keyvault-secrets | ||
|
||
PrimaryPackage: azure-keyvault-secrets | ||
|
||
PackageVersions: | ||
- azure-core: 1.15.0 | ||
azure-keyvault-secrets: 4.3.0 | ||
- azure-core: source | ||
azure-keyvault-secrets: source | ||
|
||
Tests: | ||
- Test: get-secret | ||
Class: GetSecretTest | ||
Arguments: | ||
- --parallel 64 | ||
|
||
- Test: list-secrets | ||
Class: ListSecretsTest | ||
Arguments: | ||
- --count 5 --parallel 64 | ||
- --count 500 --parallel 32 |
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,31 @@ | ||
Service: storage-blob | ||
|
||
Project: sdk/storage/azure-storage-blob | ||
|
||
PrimaryPackage: azure-storage-blob | ||
|
||
PackageVersions: | ||
- azure-core: 1.26.1 | ||
azure-storage-blob: 12.14.1 | ||
- azure-core: source | ||
azure-storage-blob: source | ||
|
||
Tests: | ||
- Test: download | ||
Class: DownloadTest | ||
Arguments: &sizes | ||
- --size 10240 --parallel 64 | ||
- --size 10485760 --parallel 32 | ||
- --size 1073741824 --parallel 1 --warmup 60 --duration 60 | ||
- --size 1073741824 --parallel 8 --warmup 60 --duration 60 | ||
|
||
- Test: upload | ||
Class: UploadTest | ||
Arguments: *sizes | ||
|
||
- Test: list-blobs | ||
Class: ListBlobsTest | ||
Arguments: | ||
- --count 5 --parallel 64 | ||
- --count 500 --parallel 32 | ||
- --count 50000 --parallel 32 --warmup 60 --duration 60 |
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,24 @@ | ||
Service: storage-file-datalake | ||
|
||
Project: sdk/storage/azure-storage-file-datalake | ||
|
||
PrimaryPackage: azure-storage-file-datalake | ||
|
||
PackageVersions: | ||
- azure-core: 1.26.1 | ||
azure-storage-file-datalake: 12.9.1 | ||
- azure-core: source | ||
azure-storage-file-datalake: source | ||
|
||
Tests: | ||
- Test: download | ||
Class: DownloadTest | ||
Arguments: &sizes | ||
- --size 10240 --parallel 64 | ||
- --size 10485760 --parallel 32 | ||
- --size 1073741824 --parallel 1 --warmup 60 --duration 60 | ||
- --size 1073741824 --parallel 8 --warmup 60 --duration 60 | ||
|
||
- Test: upload | ||
Class: UploadTest | ||
Arguments: *sizes |
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,24 @@ | ||
Service: storage-file-share | ||
|
||
Project: sdk/storage/azure-storage-file-share | ||
|
||
PrimaryPackage: azure-storage-file-share | ||
|
||
PackageVersions: | ||
- azure-core: 1.26.1 | ||
azure-storage-file-share: 12.10.1 | ||
- azure-core: source | ||
azure-storage-file-share: source | ||
|
||
Tests: | ||
- Test: download | ||
Class: DownloadTest | ||
Arguments: &sizes | ||
- --size 10240 --parallel 64 | ||
- --size 10485760 --parallel 32 | ||
- --size 1073741824 --parallel 1 --warmup 60 --duration 60 | ||
- --size 1073741824 --parallel 8 --warmup 60 --duration 60 | ||
|
||
- Test: upload | ||
Class: UploadTest | ||
Arguments: *sizes |
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