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 Benchmarks #656

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add Benchmarks #656

wants to merge 3 commits into from

Conversation

viceroypenguin
Copy link
Owner

Fixes #649

@viceroypenguin viceroypenguin added this to the v6.1.0 milestone Apr 30, 2024
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.60%. Comparing base (ef180fd) to head (fb11833).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #656   +/-   ##
=======================================
  Coverage   95.60%   95.60%           
=======================================
  Files         247      247           
  Lines        8806     8806           
  Branches     1602     1602           
=======================================
  Hits         8419     8419           
  Misses        193      193           
  Partials      194      194           

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


namespace SuperLinq.Benchmarks;

[SuppressMessage("Design", "CA1052:Static holder types should be Static or NotInheritable")]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Adding a justification would help external contributors understand why it's important to suppress this particular analysis rule.

@viceroypenguin viceroypenguin modified the milestones: v6.1.0, v6.2.0, 6.3.0 Jul 17, 2024
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.

Add Automated Benchmark testing
2 participants