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 kernel benchmarks #182

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Add kernel benchmarks #182

merged 1 commit into from
Jan 19, 2024

Conversation

charleskawczynski
Copy link
Member

After discussions with @glwagner, I think it is a good idea that we add kernel benchmarks to Thermodynamics (added here), so that we can see things like common subexpression elimination that the compiler may be able to perform after aggressive inlining.

For now, this PR only adds kernel benchmarks to CI.

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (c5a6676) 93.07% compared to head (4e043f7) 92.91%.

Files Patch % Lines
src/relations.jl 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
- Coverage   93.07%   92.91%   -0.17%     
==========================================
  Files          10       10              
  Lines        1141     1143       +2     
==========================================
  Hits         1062     1062              
- Misses         79       81       +2     

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

@charleskawczynski charleskawczynski added the Launch Buildkite Add label to launch Buildkite label Jan 19, 2024
@charleskawczynski charleskawczynski added this pull request to the merge queue Jan 19, 2024
Merged via the queue into main with commit f2735f2 Jan 19, 2024
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant