Skip to content

Commit 340b1bb

Browse files
committed
minor change to performance test
1 parent 44add1e commit 340b1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/type_safe/type_safe_core/steps/test_perf__Type_Safe__Step__From_Json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def deserialize_none_type(): # Test None
160160

161161
with Performance_Measure__Session() as session:
162162
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)
163+
session.measure(deserialize_none_type).assert_time__less_than(self.time_1_kns)
164164

165165
def test_dict_key_value_annotations(self): # Test dict with annotated keys/values
166166
class AnnotatedDict(Type_Safe):

0 commit comments

Comments
 (0)