* mroe quotes

* dssf

* doc update

* spelling

* one more update

* Update doc/PerformanceTesting.md

Co-authored-by: Rick Winter <rick.winter@microsoft.com>

---------

Co-authored-by: Rick Winter <rick.winter@microsoft.com>
This commit is contained in:
George Arama 2024-02-28 11:04:28 -08:00 committed by GitHub
parent c707769604
commit d5c1e01b88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,3 +238,11 @@ The parameters of interest here are :
Once you have everything in place create a pipeline using the definition in your in the cpp repo by going to https://dev.azure.com/azure-sdk/internal/_build?definitionScope=%5Cperf and create a new one under the cpp node.
To test intermediate definitions of your pipeline you can run the https://dev.azure.com/azure-sdk/internal/_build?definitionId=5121 pipeline and set the proper values for the cpp node( make sure to deselect all other languages except cpp unless you want to run them).
To validate a set of changes using an existing pipeline, navigate to an existing perf pipeline and press `Run`. Enter the following information in the presented dialog:
- Branch/Tag: refs/pull/<PR_NUMBER>/merge
- Commit: <COMMIT_HASH>
- The remaining arguments can be left as default.
Press `Run` and wait for the pipeline to finish.