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 44add1e commit 340b1bbCopy full SHA for 340b1bb
tests/unit/type_safe/type_safe_core/steps/test_perf__Type_Safe__Step__From_Json.py
@@ -160,7 +160,7 @@ def deserialize_none_type(): # Test None
160
161
with Performance_Measure__Session() as session:
162
session.measure(deserialize_type ).assert_time__less_than(self.time_20_kns )
163
- session.measure(deserialize_none_type).assert_time__less_than(self.time_500_ns)
+ session.measure(deserialize_none_type).assert_time__less_than(self.time_1_kns)
164
165
def test_dict_key_value_annotations(self): # Test dict with annotated keys/values
166
class AnnotatedDict(Type_Safe):
0 commit comments