Skip to content

Commit

Permalink
relax func_4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Apr 26, 2023
1 parent 023786f commit 28de798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def func_3():

functions.append(func_3)

@trace(iterations = 300, mult = 1.4)
@trace(iterations = 350, mult = 1.4)
def func_4():
pickle.loads(pickle.dumps(iter(fd_1.values())))

Expand Down

0 comments on commit 28de798

Please sign in to comment.