Skip to content

Conversation

@vsarunas
Copy link
Contributor

Description

Avoid building the products when comparing 2 baselines:

swift package -c release --disable-sandbox benchmark baseline check main_1 main_2
swift package -c release --disable-sandbox benchmark baseline compare main_1 main_2

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Minimal checklist:

  • I have performed a self-review of my own code
  • I have added DocC code-level documentation for any public interfaces exported by the package
  • I have added unit and/or integration tests that prove my fix is effective or that my feature works

@vsarunas vsarunas changed the title fix: avoid building when comparing two results fix: avoid re-building when comparing two baseline results Oct 22, 2025
@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.41%. Comparing base (6b8c88f) to head (3a49692).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #335   +/-   ##
=======================================
  Coverage   69.41%   69.41%           
=======================================
  Files          33       33           
  Lines        4051     4051           
=======================================
  Hits         2812     2812           
  Misses       1239     1239           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b8c88f...3a49692. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hassila hassila merged commit 4cad6ee into ordo-one:main Oct 23, 2025
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants