Skip to content

Commit 54e2f57

Browse files
committed
fix: change benchmark revs count
1 parent 9421f08 commit 54e2f57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Benchmark/CountIntersectionsBench.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function init(): void
4242
}
4343

4444
/**
45-
* @Revs(1000)
45+
* @Revs(10)
4646
*/
4747
public function benchTree(): void
4848
{
@@ -51,7 +51,7 @@ public function benchTree(): void
5151
}
5252

5353
/**
54-
* @Revs(1000)
54+
* @Revs(10)
5555
*/
5656
public function benchBruteForce(): void
5757
{

tests/Benchmark/HasIntersectionBench.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function init(): void
4242
}
4343

4444
/**
45-
* @Revs(1000)
45+
* @Revs(10)
4646
*/
4747
public function benchTree(): void
4848
{
@@ -51,7 +51,7 @@ public function benchTree(): void
5151
}
5252

5353
/**
54-
* @Revs(1000)
54+
* @Revs(10)
5555
*/
5656
public function benchBruteForce(): void
5757
{

0 commit comments

Comments
 (0)