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

Inflate cache opts #183

Merged
merged 6 commits into from
Sep 16, 2024
Merged

Inflate cache opts #183

merged 6 commits into from
Sep 16, 2024

Conversation

folkertdev
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 92.75362% with 5 lines in your changes missing coverage. Please review.

Project coverage is 92.57%. Comparing base (660f699) to head (6a1753c).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
zlib-rs/src/inflate.rs 92.75% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
- Coverage   92.63%   92.57%   -0.06%     
==========================================
  Files          44       45       +1     
  Lines       14827    14996     +169     
==========================================
+ Hits        13735    13883     +148     
- Misses       1092     1113      +21     

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

Benchmark 1 (161 runs): ./uncompress-baseline rs silesia-small.tar.gz
  measurement          mean ± σ            min … max           outliers         delta
  wall_time          31.0ms ± 1.16ms    30.2ms … 43.6ms          4 ( 2%)        0%
  peak_rss           24.1MB ± 65.2KB    23.9MB … 24.1MB          0 ( 0%)        0%
  cpu_cycles         90.1M  ± 3.33M     89.4M  …  129M          12 ( 7%)        0%
  instructions        273M  ±  409       273M  …  273M           2 ( 1%)        0%
  cache_references   2.11M  ±  101K     2.04M  … 2.99M           8 ( 5%)        0%
  cache_misses       29.9K  ± 2.87K     27.4K  … 61.0K           4 ( 2%)        0%
  branch_misses       953K  ±  942       951K  …  961K          10 ( 6%)        0%
Benchmark 2 (163 runs): ./target/release/examples/blogpost-uncompress rs silesia-small.tar.gz
  measurement          mean ± σ            min … max           outliers         delta
  wall_time          30.7ms ±  304us    30.1ms … 32.3ms          1 ( 1%)          -  1.0% ±  0.6%
  peak_rss           24.1MB ± 63.2KB    24.0MB … 24.1MB          0 ( 0%)          +  0.0% ±  0.1%
  cpu_cycles         88.3M  ±  563K     88.0M  … 94.2M          10 ( 6%)        ⚡-  2.0% ±  0.6%
  instructions        267M  ±  266       267M  …  267M           0 ( 0%)        ⚡-  2.4% ±  0.0%
  cache_references   2.10M  ±  105K     2.05M  … 3.20M           5 ( 3%)          -  0.5% ±  1.1%
  cache_misses       26.6K  ± 1.28K     24.3K  … 31.1K           6 ( 4%)        ⚡- 11.0% ±  1.6%
  branch_misses       953K  ±  818       952K  …  960K           6 ( 4%)          +  0.1% ±  0.0%
@folkertdev folkertdev merged commit 6ab4609 into main Sep 16, 2024
18 checks passed
@folkertdev folkertdev deleted the inflate-cache-opts branch September 16, 2024 12:37
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.

1 participant