Guest User

Untitled

a guest
Jun 7th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Running time 23.597 sec
  2. Filename: my_bench.py
  3.  
  4. Line # Mem usage Increment Line Contents
  5. ================================================
  6. 24 70.7 MiB 0.0 MiB @profile
  7. 25 def test():
  8. 26 70.7 MiB 0.0 MiB with measure():
  9. 27 99.9 MiB 29.2 MiB for l in open('data.txt'):
  10. 28 99.9 MiB 0.0 MiB j = json.loads(l)
Advertisement
Add Comment
Please, Sign In to add comment