Skip to content

Commit f6c604c

Browse files
committed
adjustments for load different between dash 3 and dash 4
1 parent 98da561 commit f6c604c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/renderer/test_benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pytest
55

66

7-
def make_app(num_groups=500, items_per_group=20):
7+
def make_app(num_groups=500, items_per_group=10):
88
app = Dash(__name__)
99

1010
NUM_GROUPS = num_groups

0 commit comments

Comments
 (0)