Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Running time 23.597 sec
- Filename: my_bench.py
- Line # Mem usage Increment Line Contents
- ================================================
- 24 70.7 MiB 0.0 MiB @profile
- 25 def test():
- 26 70.7 MiB 0.0 MiB with measure():
- 27 99.9 MiB 29.2 MiB for l in open('data.txt'):
- 28 99.9 MiB 0.0 MiB j = json.loads(l)
Advertisement
Add Comment
Please, Sign In to add comment