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 36c4d6c commit 01e5b45Copy full SHA for 01e5b45
django_enum/tests/tests.py
@@ -3730,7 +3730,7 @@ def test_single_field_benchmark(self):
3730
)
3731
# tends to be about 1.8x slower
3732
self.assertTrue((enum_time / choice_time) < 2.5)
3733
- self.assertTrue((no_coerce_time / choice_time) < 2)
+ self.assertTrue((no_coerce_time / choice_time) < 2.2)
3734
3735
3736
class ExampleTests(TestCase): # pragma: no cover - why is this necessary?
0 commit comments