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

Bump rust to 1.76 and disable sleeping between kernels on Win #210

Merged
merged 4 commits into from
Mar 19, 2024

Conversation

poszu
Copy link
Collaborator

@poszu poszu commented Mar 18, 2024

Fixes #209

Two changes aim to improve the situation on Windows:

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

Attention: Patch coverage is 44.00000% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 93.92%. Comparing base (1460e07) to head (2468cd5).
Report is 8 commits behind head on main.

Files Patch % Lines
scrypt-ocl/src/lib.rs 44.00% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
- Coverage   94.28%   93.92%   -0.37%     
==========================================
  Files          26       26              
  Lines        3326     3374      +48     
==========================================
+ Hits         3136     3169      +33     
- Misses        190      205      +15     

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

@poszu poszu changed the title Bump rust to 1.76 and optimize sleeping between kernels on Win Bump rust to 1.76 and disable sleeping between kernels on Win Mar 19, 2024
@poszu poszu enabled auto-merge (squash) March 19, 2024 13:51
@poszu poszu merged commit 8de011b into main Mar 19, 2024
35 of 38 checks passed
@poszu poszu deleted the fix-slow-init-on-windows branch March 19, 2024 14:17
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.

Very slow initialization speed on Windows
2 participants