Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from memory_profiler import profile
- @profile
- def test():
- with open("database/jobs_all_design.json") as json_file:
- jobs_local_database = json.load(json_file)
- while True:
- test()
- time.sleep(0.1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement