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 support to decompress zstd #812

Merged
merged 1 commit into from
Feb 9, 2025
Merged

Add support to decompress zstd #812

merged 1 commit into from
Feb 9, 2025

Conversation

edenhaus
Copy link
Contributor

@edenhaus edenhaus commented Feb 9, 2025

Fixes #595

@edenhaus edenhaus added pr: new-feature PR, which adds a new feature pr: bugfix PR, which fixes a bug labels Feb 9, 2025
Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.52%. Comparing base (f09b324) to head (1ef7a0d).
Report is 1 commits behind head on dev.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #812      +/-   ##
==========================================
+ Coverage   91.48%   91.52%   +0.03%     
==========================================
  Files         113      113              
  Lines        4336     4352      +16     
  Branches      292      292              
==========================================
+ Hits         3967     3983      +16     
  Misses        300      300              
  Partials       69       69              

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

Copy link

codspeed-hq bot commented Feb 9, 2025

CodSpeed Performance Report

Merging #812 will not alter performance

Comparing add-zst-support (a42b5b0) with dev (642b5dc)

Summary

✅ 1 untouched benchmarks
🆕 5 new benchmarks
⁉️ 4 (👁 4) dropped benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
👁 test_decompress_7z_base64_data[1] 54.2 µs N/A N/A
👁 test_decompress_7z_base64_data[2] 45.8 µs N/A N/A
👁 test_decompress_7z_base64_data[3] 52 µs N/A N/A
👁 test_decompress_7z_base64_data[4] 54.8 µs N/A N/A
🆕 test_decompress_base64_data_lzma[1] N/A 54.6 µs N/A
🆕 test_decompress_base64_data_lzma[2] N/A 46.2 µs N/A
🆕 test_decompress_base64_data_lzma[3] N/A 52.4 µs N/A
🆕 test_decompress_base64_data_lzma[4] N/A 55.3 µs N/A
🆕 test_decompress_base64_data_zstd[1] N/A 42.5 µs N/A

@edenhaus edenhaus merged commit fc74a93 into dev Feb 9, 2025
44 checks passed
@edenhaus edenhaus deleted the add-zst-support branch February 9, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: bugfix PR, which fixes a bug pr: new-feature PR, which adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seems T50 Pro use zstd instead of 7z as the compression algorithm of map message
1 participant