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 f16c24e commit 483e534Copy full SHA for 483e534
src/Map/tests/Cluster/ClusteringPerformanceTest.php
@@ -85,7 +85,7 @@ private function runPerformanceTest(ClusteringAlgorithmInterface $algorithm, arr
85
$algorithm->cluster($points, $zoom);
86
$elapsed = microtime(true) - $startTime;
87
88
- $this->assertLessThan(1.0, $elapsed, $algorithm::class." took too long: {$elapsed} seconds (zoom {$zoom}, ".\count($points).' points)');
+ $this->assertLessThan(2.0, $elapsed, $algorithm::class." took too long: {$elapsed} seconds (zoom {$zoom}, ".\count($points).' points)');
89
// echo $algorithm::class." ($zoom): ".($elapsed * 1000)." ms\n";
90
}
91
0 commit comments