I cannot find anything about this in the documentation, but would it be possible to specify different test configurations based on the environment the benchmark is running on?
For example, a method may take 10 seconds on my local development machine, but it should finish within 1 second when using a production server.
I cannot find anything about this in the documentation, but would it be possible to specify different test configurations based on the environment the benchmark is running on?
For example, a method may take 10 seconds on my local development machine, but it should finish within 1 second when using a production server.