[skip ci] Add new tests directories (#5165)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-05-11 10:18:13 +08:00 committed by GitHub
parent 64ab4d740b
commit b9d3d965e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 0 deletions

5
tests20/README.md Normal file
View File

@ -0,0 +1,5 @@
## Tests
### benchmark
### go_client
### java_client
### python_client

View File

@ -0,0 +1,5 @@
## benchmark
### Run benchmark
### Contribute in benchmark

View File

@ -0,0 +1 @@
## go_client

View File

@ -0,0 +1 @@
## java_client

View File

@ -0,0 +1,10 @@
## python_client
### Test levels
#### L0
#### L1
#### L2
### Run a test
### Contribute a test