Guest User

Untitled

a guest
May 27th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. >>> from django.core.cache import cache
  2. >>> timings = cache.get('AddTwoNumbers.timings')
  3. >>> sum(timings) / len(timings)
  4. 0.268
Add Comment
Please, Sign In to add comment