Skip to content

Commit 3117e20

Browse files
committed
Increase depth test
1 parent 324d5af commit 3117e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def build_deep_xml():
8585

8686
deep_data = {}
8787
curr_data = deep_data
88-
for i in range(250):
88+
for i in range(1000):
8989
curr_data["curr_data"] = {}
9090
curr_data["integer"] = 7
9191
curr_data["string"] = "string"

0 commit comments

Comments
 (0)