There is no problem with this, you want to test your User API with a random user ID between 0 and 100,000.
However, these will then report as 100,000 different URLs you tested. That’s not what you want,
but also, will cause the test to be too large for our storage allowances.By changing it to the following you will get them reported as a single clean result, and have no problems:
If you are not actually using any random numbers or strings you can remove the “import random” from the top of your test script.
Contact us at hello@loadforge.com if you believe the matching is incorrect or for any questions :)
Finally, you can tell LoadForge to ignore your usage of random and do the test anyway.Simply add the following comment anywhere in your load test script and LoadForge will disable this check: