Skip to content
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

Add benchmark result comparison support #10753

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Add benchmark result comparison support #10753

wants to merge 4 commits into from

Conversation

kshyju
Copy link
Member

@kshyju kshyju commented Jan 16, 2025

This PR introduces changes to enable benchmark result comparisons with a baseline version. The pipeline updates include tagging builds from specific branches (e.g., release\4x) with a designated tag. During a benchmark run, the pipeline will download the benchmark results from the latest build with this tag and compare the current run's results against the baseline.

Sample run using my private branch: https://azfunc.visualstudio.com/internal/_build/results?buildId=197569&view=logs&j=6b6a182f-f93d-525d-58f1-7dd940856fb8&t=db2ecd77-6a75-517c-c5ff-de4cbedea6d5&l=27

  • Backporting to the in-proc branch is not required
    • Otherwise: Link to backporting PR
  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes do not require diagnostic events changes
    • Otherwise: I have added/updated all related diagnostic events and their documentation (Documentation issue linked to PR)
  • I have added all required tests (Unit tests, E2E tests)

@kshyju kshyju requested a review from a team as a code owner January 16, 2025 23:09
eng/ci/templates/variables/benchmarks.yml Outdated Show resolved Hide resolved
eng/ci/templates/official/jobs/run-benchmarks.yml Outdated Show resolved Hide resolved
eng/ci/templates/official/jobs/run-benchmarks.yml Outdated Show resolved Hide resolved
eng/ci/templates/official/jobs/run-benchmarks.yml Outdated Show resolved Hide resolved
@kshyju
Copy link
Member Author

kshyju commented Jan 22, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants