-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] Perf test client ctors. #21671
Conversation
|
||
new DataLakeDirectoryClient(s_fileUri); | ||
new DataLakeDirectoryClient(s_fileUri, s_tokenCredential); | ||
new DataLakeDirectoryClient(s_fileUri, s_testEnvironment.DataLakeCredential); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should there also be DataLakeFileClient
and DataLakePathClient
, or is this enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, this was supposed to be file client.
Do we also need to do queues? |
There's no perf test project for Queues. @mikeharder is there a plan to have one? |
Ideally we should have at least one perf test for every SDK. It's primarily up to the SDK owner to create the perf test project. |
[Hub Generated] Review request for Microsoft.KeyVault to add version preview/2021-06-01-preview (Azure#21671) * Fix s360 alerts for properties being returned in GET but not exising in PUT requests * Prettier fix * Fix model validation error for long running operation response missing location header * removed default value for array as it breaks the arm template schema creation * removed default value for array for managed hsm virtual network rule as it breaks the arm template schema creation
To address #21622
Calls to various ctors and hierarchy are piled up in single test because: