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 d5d8934 commit ae7bd4eCopy full SHA for ae7bd4e
src/Map/tests/Cluster/ClusteringPerformanceTest.php
@@ -79,6 +79,7 @@ public function testScenarioCountry50000(ClusteringAlgorithmInterface $algorithm
79
public function testScenarioWorld100000(ClusteringAlgorithmInterface $algorithm, float $zoom): void
80
{
81
$points = $this->generatePoints(100000, -90, 90, -180, 180);
82
+
83
$this->runPerformanceTest($algorithm, $points, $zoom);
84
}
85
0 commit comments