Skip to content

Commit 6d1f9e6

Browse files
committed
pickle_bench.py fix extra __teardown__ arg
1 parent fc9cf11 commit 6d1f9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.benchmarks/python/micro/pickle_bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __process_args__(multiplier):
6262
return int(multiplier),
6363

6464

65-
def __teardown__(multiplier):
65+
def __teardown__():
6666
pass
6767

6868

0 commit comments

Comments
 (0)