Adjust time units

This commit is contained in:
MarkBaker
2022-06-16 10:06:18 +02:00
parent bf9b61070a
commit 44c1faccb0
4 changed files with 12 additions and 12 deletions
@@ -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