Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
MNT #3 reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 3, 2020
1 parent 9c5ac85 commit 3125e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions profile_bluesky/startup/tests/issue3_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ def example(iters=1):

tracemalloc.start()
snap_start = tracemalloc.take_snapshot()
for _i in range(6):
uids = RE(example(80))
for _i in range(5):
uids = RE(example(5))
RE._clear_call_cache()
RE._clear_run_cache()
snap_end = tracemalloc.take_snapshot()
snap_report(snap_start, snap_end, threshhold=10000)
# snap_report(snap_start, snap_end, threshhold=10000)
tracemalloc.stop()

0 comments on commit 3125e1e

Please sign in to comment.