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.
2 parents 3f4f659 + 86fe92c commit 20b4579Copy full SHA for 20b4579
tests/PerformanceTest.php
@@ -58,7 +58,7 @@ public function document_is_speedy(): void // phpcs:ignore
58
$elapsed = $end - $start;
59
$ms = $elapsed/1e+6;
60
61
- $this->assertLessThan(0.8, $ms);
+ $this->assertLessThan(1, $ms);
62
}
63
64
/**
0 commit comments