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

Version 6.0: added multi thread supports #5320

Merged
merged 105 commits into from
May 9, 2024
Merged

Version 6.0: added multi thread supports #5320

merged 105 commits into from
May 9, 2024

Conversation

matyhtf
Copy link
Member

@matyhtf matyhtf commented May 9, 2024

  1. Added multi thread supports
  2. Removed Swoole\Coroutine\Redis, Swoole\Coroutine\MySQL, Swoole\Coroutine\PostgreSQL
  3. Supported PHP 8.1-8.3

@matyhtf matyhtf changed the title v6.0, Added multi thread supports Version 6.0: added multi thread supports May 9, 2024
Copy link

codecov bot commented May 9, 2024

Codecov Report

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

Project coverage is 70.80%. Comparing base (9c39b32) to head (9d59862).
Report is 7 commits behind head on master.

Files Patch % Lines
src/server/thread.cc 0.00% 160 Missing ⚠️
src/server/master.cc 70.16% 37 Missing ⚠️
src/os/async_thread.cc 66.21% 25 Missing ⚠️
src/server/reactor_thread.cc 71.15% 15 Missing ⚠️
src/server/port.cc 55.55% 12 Missing ⚠️
src/server/process.cc 87.64% 11 Missing ⚠️
src/network/socket.cc 0.00% 5 Missing ⚠️
src/server/base.cc 86.66% 4 Missing ⚠️
src/server/reactor_process.cc 84.61% 4 Missing ⚠️
src/server/worker.cc 90.62% 3 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5320      +/-   ##
==========================================
- Coverage   71.58%   70.80%   -0.78%     
==========================================
  Files         105      106       +1     
  Lines       16083    16357     +274     
  Branches     2972     3015      +43     
==========================================
+ Hits        11513    11582      +69     
- Misses       4515     4720     +205     
  Partials       55       55              

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

@matyhtf matyhtf merged commit ef7f7ed into master May 9, 2024
39 of 55 checks passed
@matyhtf matyhtf deleted the v6.0 branch May 9, 2024 07:06
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.

2 participants