Skip to content

Commit 169cf4f

Browse files
committed
feat: add pprof api
1 parent ee50bae commit 169cf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/pprof_heap/stress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def generate_random_string(length):
6767
return ''.join(random.choice(string.ascii_letters + string.digits) for _ in range(length))
6868

6969

70-
def create_test_tables(count=5):
70+
def create_test_tables(count=3):
7171
table_names = []
7272

7373
for t in range(count):

0 commit comments

Comments
 (0)