Describe the bug
The values for add_n and delete_n can be set to arbitrarily large numbers, which can cause potential memory issues when running the benchmarking.
To Reproduce
Steps to reproduce the behavior:
- Set the
add_n value in a config file to something very large like 2.5M.
Expected behavior
There should be an upper bound which is caught by the pydantic config.
Describe the bug
The values for
add_nanddelete_ncan be set to arbitrarily large numbers, which can cause potential memory issues when running the benchmarking.To Reproduce
Steps to reproduce the behavior:
add_nvalue in a config file to something very large like 2.5M.Expected behavior
There should be an upper bound which is caught by the
pydanticconfig.