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

Generate large benchmark files for nightly benchmarks #945

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

d-e-s-o
Copy link
Collaborator

@d-e-s-o d-e-s-o commented Dec 27, 2024

Currently we only generate the "large" benchmark files for the Criterion benchmarks in our 'bench' CI job, because that is when they are needed. However, with commit 9d1978e ("Add benchmark for ELF "str2symtab" creation") it now one of the earlier nightly benchmarks that already requires one of those files.
Thus, make sure to generate them just a bit earlier.

Currently we only generate the "large" benchmark files for the Criterion
benchmarks in our 'bench' CI job, because that is when they are needed.
However, with commit 9d1978e ("Add benchmark for ELF "str2symtab"
creation") it now one of the earlier nightly benchmarks that already
requires one of those files.
Thus, make sure to generate them just a bit earlier.

Signed-off-by: Daniel Müller <[email protected]>
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.59%. Comparing base (55006ad) to head (c47cf0f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #945      +/-   ##
==========================================
+ Coverage   94.47%   94.59%   +0.12%     
==========================================
  Files          57       57              
  Lines       10644    10644              
==========================================
+ Hits        10056    10069      +13     
+ Misses        588      575      -13     

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

@d-e-s-o d-e-s-o merged commit 7d734eb into libbpf:main Dec 27, 2024
41 checks passed
@d-e-s-o d-e-s-o deleted the topic/fix-benches branch December 27, 2024 22:51
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.

1 participant