From 2c83ab568f395e26975ee3404898e28469fb73bd Mon Sep 17 00:00:00 2001 From: Isaac Francisco <78627776+isahers1@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:02:41 -0800 Subject: [PATCH] typo in benchmarking script (#1427) --- python/bench/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/bench/__main__.py b/python/bench/__main__.py index 22d49ee9e..c7c5c86ac 100644 --- a/python/bench/__main__.py +++ b/python/bench/__main__.py @@ -28,7 +28,7 @@ def __init__(self): ( "create_20_000_run_trees", create_run_trees, - 10_000, + 20_000, ), ( "dumps_class_nested_py_branch_and_leaf_200x400",