-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Perf] Make perf package public for consumption outside this repo #28916
Merged
HarshaNalluru
merged 8 commits into
Azure:main
from
HarshaNalluru:harshan/perf-pkg-public
Mar 19, 2024
Merged
[Perf] Make perf package public for consumption outside this repo #28916
HarshaNalluru
merged 8 commits into
Azure:main
from
HarshaNalluru:harshan/perf-pkg-public
Mar 19, 2024
Conversation
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
github-actions
bot
added
App Configuration
Azure.ApplicationModel.Configuration
Azure.Core
Azure.Identity
Cognitive - Form Recognizer
Cognitive - Language
Cognitive - Metrics Advisor
Cognitive - Text Analytics
Container Registry
EngSys
This issue is impacting the engineering system.
Event Grid
Event Hubs
KeyVault
Schema Registry
Search
Service Bus
Storage
Storage Service (Queues, Blobs, Files)
Tables
test-utils
Label for the issues related to the @azure/test-utils package
labels
Mar 14, 2024
HarshaNalluru
requested review from
mikeharder,
ckairen,
deyaaeldeen,
jeremymeng,
srnagar,
a team and
dgetu
as code owners
March 14, 2024 06:37
HarshaNalluru
removed
Service Bus
Event Hubs
Storage
Storage Service (Queues, Blobs, Files)
KeyVault
Azure.Identity
Azure.Core
Container Registry
Event Grid
Search
Tables
App Configuration
Azure.ApplicationModel.Configuration
Cognitive - Text Analytics
Cognitive - Form Recognizer
Schema Registry
Cognitive - Metrics Advisor
Cognitive - Language
labels
Mar 14, 2024
API change check API changes are not detected in this pull request. |
JacksonWeber
approved these changes
Mar 14, 2024
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.
Thank you for releasing this!
HarshaNalluru
added a commit
that referenced
this pull request
Mar 14, 2024
### Packages impacted by this PR `@azure/dev-tool` ### Issues associated with this PR Fixing lint errors in `dev-tool` to unblock #28916 and [js - eslint-plugin - ci](https://dev.azure.com/azure-sdk/public/_build/results?buildId=3595289&view=logs&j=58292cae-3c74-5729-4cfd-9ceee65fe129&t=5e44d412-b571-5a43-3bb4-5c5145c0a5aa)
…lluru/azure-sdk-for-js; branch 'main' of https://github.com/Azure/azure-sdk-for-js into harshan/perf-pkg-public
HarshaNalluru
added a commit
that referenced
this pull request
Mar 20, 2024
To allow publishing to npm. Followup of #28916
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Packages impacted by this PR
@azure-tools/test-perf
Describe the problem that is addressed by this PR
Making perf package public for consumption outside this repo.
This marks the initial release of the
@azure-tools/test-perf
library to npm, providing a robust test utility framework that assists with the performance testing of Azure SDKs for JS/TS.Key Concepts
minimist
for parsing command line options into aPerfOptionDictionary<string>
for test configuration.help
,no-cleanups
,parallel
,duration
,warmup
,iterations
,no-cleanup
, andmilliseconds-to-log
.duration
anditerations
, with awarmup
period for runtime optimization.globalSetup
/globalCleanup
methods for CPU-level preparation andsetup
/cleanup
methods for instance-specific state management.