We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98da561 commit f6c604cCopy full SHA for f6c604c
1 file changed
tests/integration/renderer/test_benchmarking.py
@@ -4,7 +4,7 @@
4
import pytest
5
6
7
-def make_app(num_groups=500, items_per_group=20):
+def make_app(num_groups=500, items_per_group=10):
8
app = Dash(__name__)
9
10
NUM_GROUPS = num_groups
0 commit comments