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

Synthetic Compile Time Case studies #838

Merged
merged 12 commits into from
Oct 18, 2023
Merged

Synthetic Compile Time Case studies #838

merged 12 commits into from
Oct 18, 2023

Conversation

LuAbelt
Copy link
Contributor

@LuAbelt LuAbelt commented Sep 22, 2023

Adds synthetic case studies for different compile-time configurability implementation patterns:

  • Policy Classes
  • CRTP
  • Traits
  • Template Specialization

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

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

Comparison is base (593ab64) 68.42% compared to head (46c1314) 68.41%.

Additional details and impacted files
@@             Coverage Diff              @@
##           vara-dev     #838      +/-   ##
============================================
- Coverage     68.42%   68.41%   -0.01%     
============================================
  Files           335      335              
  Lines         26055    26123      +68     
============================================
+ Hits          17829    17873      +44     
- Misses         8226     8250      +24     
Files Coverage Δ
.../projects/perf_tests/feature_perf_cs_collection.py 65.61% <64.70%> (-0.34%) ⬇️

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

@LuAbelt LuAbelt marked this pull request as ready for review October 13, 2023 09:53
@LuAbelt LuAbelt requested a review from vulder October 13, 2023 10:14
@vulder vulder merged commit 4bc286d into vara-dev Oct 18, 2023
8 of 10 checks passed
@vulder vulder deleted the f-SynthCompileTimeCS branch October 18, 2023 08:20
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