mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-11 18:46:49 +00:00
Move benchmarks to tests/Benchmark to avoid running with unit tests
This commit is contained in:
+3
-2
@@ -13,7 +13,7 @@
|
||||
],
|
||||
"config": {
|
||||
"platform": {
|
||||
"php" : "8.1.99"
|
||||
"php": "8.1.99"
|
||||
},
|
||||
"process-timeout": 600,
|
||||
"sort-packages": true,
|
||||
@@ -120,7 +120,8 @@
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"PhpOffice\\PhpSpreadsheetTests\\": "tests/PhpSpreadsheetTests",
|
||||
"PhpOffice\\PhpSpreadsheetInfra\\": "infra"
|
||||
"PhpOffice\\PhpSpreadsheetInfra\\": "infra",
|
||||
"PhpOffice\\PhpSpreadsheetBenchmarks\\": "tests/Benchmark"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace PhpOffice\PhpSpreadsheetTests\Benchmark;
|
||||
namespace PhpOffice\PhpSpreadsheetBenchmarks;
|
||||
|
||||
use PhpOffice\PhpSpreadsheet\Calculation\Calculation;
|
||||
use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||
Reference in New Issue
Block a user