Skip to content

Commit

Permalink
style: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 2, 2023
1 parent 600c63a commit 673f86f
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/benchmarks/CachingIteratorsAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ final class CachingIteratorsAggregateBench extends IteratorBenchmark
{
/**
* @Groups({"ci", "local"})
*
* @ParamProviders("provideGenerators")
*/
public function bench(array $params): void
Expand All @@ -37,6 +38,7 @@ public function bench(array $params): void

/**
* @Groups({"others"})
*
* @ParamProviders("provideGeneratorsWithOthers")
*/
public function benchWithOthers(array $params): void
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/ClosureIteratorAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class ClosureIteratorAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/ClosureIteratorBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class ClosureIteratorBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/IterableIteratorAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class IterableIteratorAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/IterableIteratorBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class IterableIteratorBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/PackIterableAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class PackIterableAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/PausableIteratorAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class PausableIteratorAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/RandomIterableAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class RandomIterableAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/SimpleCachingIteratorAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class SimpleCachingIteratorAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/StringIteratorAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class StringIteratorAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/TypedIterableAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class TypedIterableAggregateBench extends IteratorBenchmark
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/UnpackIterableAggregateBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* @Groups({"ci", "local"})
*
* @Sleep(500)
*/
final class UnpackIterableAggregateBench extends IteratorBenchmark
Expand Down

0 comments on commit 673f86f

Please sign in to comment.