Hello,
I'm interested in running the performance test suite for the Python language locally. However, when running tools/run_tests/run_performance_tests.py -l python, the script usually fail with timeouts in some scenarios. I have tried at Ubuntu and macOS.
- Does it even make sense to run these benchmarks at localhost? Given that I am mostly concerned with the QPS capacity measure, do I need to take care in simulating network latency?
- Will these benchmarks run fine at the usual development laptop (MacBook Air), or do I need more powerful hardware?
- Where could I find some description about the test scenarios provided? From where should I start to read the source in order to get a better understanding of the results that these benchmarks provide?
Thanks!