Skip to content

Commit 00a2d08

Browse files
committed
Fix stub.
1 parent bbdf30f commit 00a2d08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_storage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ def __init__(self, name_format):
8585
'cprofile': False,
8686
}
8787
self.cprofile_sort_by = 'cumtime'
88+
self.cprofile_loops = 1
89+
self.cprofile_top = 25
8890
self.compare_fail = []
8991
self.config = Namespace(
9092
hook=Namespace(

0 commit comments

Comments
 (0)