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

Optimize offsetGet #506

Merged
merged 4 commits into from
Sep 16, 2023

Update UtfStringBench.php

be2ca97
Select commit
Loading
Failed to load commit list.
Merged

Optimize offsetGet #506

Update UtfStringBench.php
be2ca97
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 8, 2023 in 0s

96.45% (-0.02%) compared to b737500, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

96.45% (-0.02%) compared to b737500, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02% ⚠️

Comparison is base (b737500) 96.46% compared to head (be2ca97) 96.45%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #506      +/-   ##
============================================
- Coverage     96.46%   96.45%   -0.02%     
+ Complexity     2179     2170       -9     
============================================
  Files            66       66              
  Lines          5065     5045      -20     
============================================
- Hits           4886     4866      -20     
  Misses          179      179              
Files Changed Coverage Δ
src/Tools/CustomJsonSerializer.php 0.00% <ø> (ø)
src/UtfString.php 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.