Skip to content

Commit

Permalink
relax func_2 in debug.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla authored Nov 18, 2023
1 parent db44acb commit fa3dd0d
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 @@ -127,7 +127,7 @@ def func_1():

functions.append(func_1)

@trace(iterations = 200, mult = 1.7)
@trace(iterations = 200, mult = 1.5)
def func_2():
pickle.loads(pickle.dumps(iter(fd_1.keys())))

Expand Down

0 comments on commit fa3dd0d

Please sign in to comment.