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

fix: Disable generation of criterion HTML graphs #1728

Merged
merged 6 commits into from
Mar 12, 2024

Conversation

larseggert
Copy link
Collaborator

Because we pin the benchmark runs to single cores, and criterion hence runs the report generation also on those cores, and based on top output it appears as this is parallelized and hence may interfere with the benchmark runs.

Because we pin the benchmark runs to single cores, and criterion hence
runs the report generation also on those cores, and based on `top`
output it appears as this is parallelized and hence may interfere
with the benchmark runs.
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.42%. Comparing base (c551f49) to head (2f63b20).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1728   +/-   ##
=======================================
  Coverage   89.42%   89.42%           
=======================================
  Files         124      124           
  Lines       38887    38887           
=======================================
  Hits        34775    34775           
  Misses       4112     4112           

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

@larseggert larseggert marked this pull request as ready for review March 11, 2024 12:39
@larseggert larseggert enabled auto-merge March 11, 2024 12:39
Copy link
Member

@martinthomson martinthomson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit gross, but solid.

@larseggert larseggert added this pull request to the merge queue Mar 12, 2024
Merged via the queue into mozilla:main with commit d48fbed Mar 12, 2024
12 checks passed
@larseggert larseggert deleted the chore-no-html-reports branch March 12, 2024 07:07
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