mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 11:36:24 +00:00
Adjust time units
This commit is contained in:
@@ -13,7 +13,7 @@ class InsertColumnBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(5)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkInsertColumnsEarly(): void
|
||||
@@ -25,7 +25,7 @@ class InsertColumnBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(5)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkInsertColumnsMid(): void
|
||||
@@ -37,7 +37,7 @@ class InsertColumnBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(7)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkInsertColumnsLate(): void
|
||||
|
||||
@@ -13,7 +13,7 @@ class InsertRowBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(5)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkInsertRowsEarly(): void
|
||||
@@ -25,7 +25,7 @@ class InsertRowBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(7)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkInsertRowsMid(): void
|
||||
@@ -37,7 +37,7 @@ class InsertRowBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(11)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkInsertRowsLate(): void
|
||||
|
||||
@@ -13,7 +13,7 @@ class RemoveColumnBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(5)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkRemoveColumnsEarly(): void
|
||||
@@ -25,7 +25,7 @@ class RemoveColumnBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(5)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkRemoveColumnsMid(): void
|
||||
@@ -37,7 +37,7 @@ class RemoveColumnBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(7)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkRemoveColumnsLate(): void
|
||||
|
||||
@@ -13,7 +13,7 @@ class RemoveRowBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(5)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkRemoveRowsEarly(): void
|
||||
@@ -25,7 +25,7 @@ class RemoveRowBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(7)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkRemoveRowsMid(): void
|
||||
@@ -37,7 +37,7 @@ class RemoveRowBenchmark extends AbstractInsertDelete
|
||||
* @Groups({"slow"})
|
||||
* @revs(4)
|
||||
* @Iterations(11)
|
||||
* @OutputTimeUnit("seconds")
|
||||
* @OutputTimeUnit("milliseconds")
|
||||
* @AfterMethods("tearDown")
|
||||
*/
|
||||
public function benchmarkRemoveRowsLate(): void
|
||||
|
||||
Reference in New Issue
Block a user