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 324d5af commit 3117e20Copy full SHA for 3117e20
tests/bench.py
@@ -85,7 +85,7 @@ def build_deep_xml():
85
86
deep_data = {}
87
curr_data = deep_data
88
- for i in range(250):
+ for i in range(1000):
89
curr_data["curr_data"] = {}
90
curr_data["integer"] = 7
91
curr_data["string"] = "string"
0 commit comments