@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace BestServedCold\Benchmark; |
| 4 | 4 | |
| 5 | -use BestServedCold\Benchmark\Factory\Measure, |
|
| 6 | - BestServedCold\Benchmark\Factory\Peak; |
|
| 5 | +use BestServedCold\Benchmark\Factory\Measure; |
|
| 6 | +use BestServedCold\Benchmark\Factory\Peak; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * Class Benchmark |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace BestServedCold\Benchmark\Output; |
| 4 | 4 | |
| 5 | -use BestServedCold\Benchmark\Benchmark, |
|
| 6 | - BestServedCold\Benchmark\Dependency, |
|
| 7 | - BestServedCold\PhalueObjects\Metric, |
|
| 8 | - Symfony\Component\Console\Helper\Table, |
|
| 9 | - Symfony\Component\Console\Helper\TableSeparator; |
|
| 5 | +use BestServedCold\Benchmark\Benchmark; |
|
| 6 | +use BestServedCold\Benchmark\Dependency; |
|
| 7 | +use BestServedCold\PhalueObjects\Metric; |
|
| 8 | +use Symfony\Component\Console\Helper\Table; |
|
| 9 | +use Symfony\Component\Console\Helper\TableSeparator; |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * Class Console |