From d5c1e01b8857247d862d11a99f808c430ac22223 Mon Sep 17 00:00:00 2001 From: George Arama <50641385+gearama@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:04:28 -0800 Subject: [PATCH] Perf doc (#5388) * mroe quotes * dssf * doc update * spelling * one more update * Update doc/PerformanceTesting.md Co-authored-by: Rick Winter --------- Co-authored-by: Rick Winter --- doc/PerformanceTesting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/PerformanceTesting.md b/doc/PerformanceTesting.md index d56ce0815..927fb1967 100644 --- a/doc/PerformanceTesting.md +++ b/doc/PerformanceTesting.md @@ -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//merge + - Commit: + - The remaining arguments can be left as default. + +Press `Run` and wait for the pipeline to finish. +