Merge pull request #62439 from kitaisreal/perf-script-update-path-in-documentation

Perf script update path in documentation
This commit is contained in:
Yarik Briukhovetskyi 2024-04-09 13:51:29 +00:00 committed by GitHub
commit b79d5cff1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ More stages are available, e.g. restart servers or run the tests. See the code.
#### Run a single test on the already configured servers
```
docker/test/performance-comparison/perf.py --host=localhost --port=9000 --runs=1 tests/performance/logical_functions_small.xml
tests/performance/scripts/perf.py --host=localhost --port=9000 --runs=1 tests/performance/logical_functions_small.xml
```
#### Run all tests on some custom configuration