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

ci: Fix benchmark compilation and compile them in CI #4666

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

bnjbvr
Copy link
Member

@bnjbvr bnjbvr commented Feb 13, 2025

This makes the room_bench benchmark compile, simplifies it a bit by reusing our test helpers, and adds a CI task to compile (without running) benchmarks on CI.

@bnjbvr bnjbvr requested a review from a team as a code owner February 13, 2025 14:05
@bnjbvr bnjbvr requested review from poljar and removed request for a team February 13, 2025 14:05
Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.81%. Comparing base (31e78c2) to head (14c6fbc).
Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4666      +/-   ##
==========================================
+ Coverage   85.78%   85.81%   +0.02%     
==========================================
  Files         292      291       -1     
  Lines       33729    33718      -11     
==========================================
- Hits        28936    28934       -2     
+ Misses       4793     4784       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This adds a task to compile the benchmarks in CI, without running them,
and with the lowest level of optimization that's available (the `dev`
profile).
Those worked fine until now, but it seems they started to fail after
including the `testing` feature in the benchmark repository. Oh well.
@bnjbvr bnjbvr force-pushed the bnjbvr/fix-benchmarks branch from 79fc1ee to 14c6fbc Compare February 13, 2025 14:47
@bnjbvr bnjbvr enabled auto-merge (rebase) February 13, 2025 14:47
@bnjbvr bnjbvr merged commit 534cd59 into main Feb 13, 2025
43 checks passed
@bnjbvr bnjbvr deleted the bnjbvr/fix-benchmarks branch February 13, 2025 15:02
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