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

Fix the inconsistency issue of LZ4 performance across different hardware during autotest. #2473

Merged
merged 4 commits into from
Sep 14, 2024

Conversation

Hparty
Copy link
Collaborator

@Hparty Hparty commented Sep 14, 2024

Fix the inconsistency issue of LZ4 performance across different hardware during autotest.

@codecov-commenter
Copy link

codecov-commenter commented Sep 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.33%. Comparing base (ac1c161) to head (bedd7e0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2473      +/-   ##
==========================================
- Coverage   77.39%   77.33%   -0.06%     
==========================================
  Files         420      420              
  Lines       22468    22456      -12     
  Branches     6321     6353      +32     
==========================================
- Hits        17388    17367      -21     
- Misses       3817     3818       +1     
- Partials     1263     1271       +8     

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

CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated
@@ -53,8 +53,10 @@ endif ()

if (MACOS OR IOS)
option(PAG_BUILD_FRAMEWORK "Allow build framework" ON)
set(PAG_USE_SYSTEM_LZ4 ON)
Copy link
Collaborator

Choose a reason for hiding this comment

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

你要加的是Option默认值,不能是Set,否则外部传入的就被你覆盖了。

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

👌

@domchen domchen merged commit 6218a45 into main Sep 14, 2024
8 checks passed
@domchen domchen deleted the bugfix/diskcachetest branch September 14, 2024 07:08
kevingpqi123 pushed a commit that referenced this pull request Sep 19, 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.

3 participants