Update README.md

This commit is contained in:
haoranchen 2025-01-16 12:29:34 +08:00 committed by GitHub
parent d4aec7a3d2
commit 28af1cc214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -139,7 +139,9 @@ cd tests/script
cd scripts/tsdbComp && ./testTsbs.sh
```
> [!NOTE]
> If you want to quickly verify the test environment, please set the `caseType` in `test.ini` file to `cputest`. The current default test is the CPU scenario. After running, the test will take a very long time.
> The default case type, CPU test, takes a long time to run.
>
> If you want to run quick test to verify the test environment, please set `caseType=cputest` in test.ini .
2. When testing the client and server on separate machines, you should set up your environment as outlined in the steps below: