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

refactor: use parallel on PHP-CS-Fixer #1489

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

ddevsr
Copy link
Contributor

@ddevsr ddevsr commented Nov 6, 2024

Without parallel:

$ composer style
> php-cs-fixer fix --diff --dry-run
PHP CS Fixer 3.64.0 Space Sets by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.13
Running analysis on 1 core sequentially.
You can enable parallel runner and speed up the analysis! Please see usage docs for more information.
Loaded config default from "D:\Project\laragon\www\predis\.php-cs-fixer.dist.php".
 1071/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░]  99%   1) src\Client.php
      ---------- begin diff ----------
--- D:\Project\laragon\www\predis\src\Client.php
+++ D:\Project\laragon\www\predis\src\Client.php
@@ -472,7 +472,7 @@
      *
      * @return Pipeline|array
      */
-    protected function createPipeline(array $options = null, $callable = null)
+    protected function createPipeline(?array $options = null, $callable = null)
     {
         if (isset($options['atomic']) && $options['atomic']) {
             $class = Atomic::class;

      ----------- end diff -----------


Found 1 of 1076 files that can be fixed in 52.695 seconds, 26.00 MB memory used
 1076/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

Script php-cs-fixer fix --diff --dry-run handling the style event returned with error code 8

With parallel:

$ composer style
> php-cs-fixer fix --diff --dry-run
PHP CS Fixer 3.64.0 Space Sets by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.13
Running analysis on 4 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from "D:\Project\laragon\www\predis\.php-cs-fixer.dist.php".
 1076/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

   1) src\Client.php
      ---------- begin diff ----------
--- D:\Project\laragon\www\predis\src\Client.php
+++ D:\Project\laragon\www\predis\src\Client.php
@@ -472,7 +472,7 @@
      *
      * @return Pipeline|array
      */
-    protected function createPipeline(array $options = null, $callable = null)
+    protected function createPipeline(?array $options = null, $callable = null)
     {
         if (isset($options['atomic']) && $options['atomic']) {
             $class = Atomic::class;

      ----------- end diff -----------


Found 1 of 1076 files that can be fixed in 17.150 seconds, 20.00 MB memory used
Script php-cs-fixer fix --diff --dry-run handling the style event returned with error code 8

@ddevsr ddevsr requested a review from tillkruss as a code owner November 6, 2024 02:20
@coveralls
Copy link

coveralls commented Nov 6, 2024

Coverage Status

coverage: 80.539%. remained the same
when pulling 671ce91 on ddevsr:phpcs-runner-parallel
into 1726db0 on predis:v2.x.

@ddevsr ddevsr force-pushed the phpcs-runner-parallel branch from ca60171 to 671ce91 Compare November 6, 2024 02:56
@ddevsr
Copy link
Contributor Author

ddevsr commented Nov 6, 2024

https://github.com/predis/predis/actions/runs/11696377791/job/32573395814?pr=1489

PHP CS Fixer 3.64.0 Space Sets by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.1.30
Running analysis on 4 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from "/home/runner/work/predis/predis/.php-cs-fixer.dist.php".
    0/1076 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]   0%
  108/1076 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░]  10%
  216/1076 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░]  20%
  323/1076 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░]  30%
  431/1076 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░]  40%
  538/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░]  50%
  621/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░]  57%
  646/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░]  60%
  751/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░]  69%
  851/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░]  79%
  861/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░]  80%
  961/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░]  89%
 1041/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░]  96%
 1076/1076 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Found 0 of 1076 files that can be fixed in 8.715 seconds, 26.00 MB memory used

@tillkruss tillkruss self-assigned this Nov 8, 2024
tillkruss
tillkruss previously approved these changes Nov 8, 2024
@tillkruss tillkruss force-pushed the phpcs-runner-parallel branch from 671ce91 to e769301 Compare February 13, 2025 16:59
@tillkruss tillkruss merged commit d1c657a into predis:v2.x Feb 13, 2025
66 of 78 checks passed
@ddevsr ddevsr deleted the phpcs-runner-parallel branch February 14, 2025 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants