We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7bd4e commit 2003d78Copy full SHA for 2003d78
src/Map/tests/Cluster/ClusteringPerformanceTest.php
@@ -56,6 +56,7 @@ public static function algorithmProvider(): iterable
56
public function testScenarioRegion50000(ClusteringAlgorithmInterface $algorithm, float $zoom): void
57
{
58
$points = $this->generatePoints(50000, 48.8, 49, 2.2, 2.5);
59
+
60
$this->runPerformanceTest($algorithm, $points, $zoom);
61
}
62
0 commit comments