Skip to content

Commit

Permalink
sss
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jun 9, 2024
1 parent 72c0753 commit ddbee5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/tests/logs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type_match vs isinstance on int:True 2.4428162ms
type_match vs isinstance on int:False 2.7615315ms
type_match on dict[str, int]*50:True 265.3169892ms
type_match on dict[str, int]*50:False 17.7801438ms
Cast str->int: 10.9715787ms
Cast complex->int | str: 0.5133042ms
Cast dict[int,list[str]*10]*10->dict[str,tuple[float]]: 11.80671495ms
type_match vs isinstance on int:True 1.8029011ms
type_match vs isinstance on int:False 1.9367615000000002ms
type_match on dict[str, int]*50:True 264.507885ms
type_match on dict[str, int]*50:False 17.7091622ms
Cast str->int: 10.5837726ms
Cast complex->int | str: 0.37535457ms
Cast dict[int,list[str]*10]*10->dict[str,tuple[float]]: 12.165085790000001ms
2 changes: 1 addition & 1 deletion src/tests/test_annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Footy:
def footy() -> 'int':
pass

footy(2)
footy()
except AnnotationError:
pass
else:
Expand Down

0 comments on commit ddbee5e

Please sign in to comment.