[Perf] Make perf package public for consumption outside this repo#28916
Merged
HarshaNalluru merged 8 commits intoAzure:mainfrom Mar 19, 2024
Merged
[Perf] Make perf package public for consumption outside this repo#28916HarshaNalluru merged 8 commits intoAzure:mainfrom
HarshaNalluru merged 8 commits intoAzure:mainfrom
Conversation
Collaborator
|
API change check API changes are not detected in this pull request. |
JacksonWeber
approved these changes
Mar 14, 2024
Member
JacksonWeber
left a comment
There was a problem hiding this comment.
Thank you for releasing this!
…lluru/azure-sdk-for-js; branch 'main' of https://github.com/Azure/azure-sdk-for-js into harshan/perf-pkg-public
This file contains hidden or 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
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-perfDescribe 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-perflibrary to npm, providing a robust test utility framework that assists with the performance testing of Azure SDKs for JS/TS.Key Concepts
minimistfor parsing command line options into aPerfOptionDictionary<string>for test configuration.help,no-cleanups,parallel,duration,warmup,iterations,no-cleanup, andmilliseconds-to-log.durationanditerations, with awarmupperiod for runtime optimization.globalSetup/globalCleanupmethods for CPU-level preparation andsetup/cleanupmethods for instance-specific state management.