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

feat: optimize class equality check #140

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

brianheineman
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the enhancement New feature or request label Nov 20, 2024
Copy link

github-actions bot commented Nov 20, 2024

🐰 Bencher Report

Branchoptimize-class-eq
Testbedlocalhost

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
from_bytes📈 view plot
⚠️ NO THRESHOLD
26,713.00
load_hash_map📈 view plot
⚠️ NO THRESHOLD
30,723.00
load_invalid_class📈 view plot
⚠️ NO THRESHOLD
28,424.00
runtime_v11📈 view plot
⚠️ NO THRESHOLD
53,539,000.00
runtime_v17📈 view plot
⚠️ NO THRESHOLD
55,671,000.00
runtime_v21📈 view plot
⚠️ NO THRESHOLD
58,991,000.00
runtime_v8📈 view plot
⚠️ NO THRESHOLD
42,556,000.00
to_bytes📈 view plot
⚠️ NO THRESHOLD
23,401.00
to_string📈 view plot
⚠️ NO THRESHOLD
151,410.00
verify📈 view plot
⚠️ NO THRESHOLD
962.89
🐰 View full continuous benchmarking report in Bencher

Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.81%. Comparing base (6296792) to head (29cc439).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   95.81%   95.81%   -0.01%     
==========================================
  Files         147      147              
  Lines       27309    27303       -6     
==========================================
- Hits        26166    26160       -6     
  Misses       1143     1143              

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


🚨 Try these New Features:

@brianheineman brianheineman merged commit 30257eb into main Nov 20, 2024
68 checks passed
@brianheineman brianheineman deleted the optimize-class-eq branch November 20, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant