thingsboard / performance-tests

Thingsboard performance tests
https://thingsboard.io
Apache License 2.0
41 stars 52 forks source link

where can find the project right version for matched thingsboard server ? #47

Closed icoco closed 2 years ago

icoco commented 3 years ago

I see the master branch base thingsboard 3.3.3 , how did the test project work with backend thingsboard server 3.2.2

I am struggle seek the branch 3.2.2 version of the performance-tests project, but not found yet.

smatvienko-tb commented 2 years ago

Hi, @icoco I'm gonna catch up on this project to update the testing experience. The general advice is to fetch the latest master and test any 3.x.x version. The objects and rest API calls are quite generic for performance tests, so it may work fine on 3.x.x. You can find the fancy build script: build.sh and examples of how to simply run on the latest README like docker run -it --rm --network host --name tb-perf-test thingsboard/tb-ce-performance-test:3.3.2-SNAPSHOT Please, feel free to share your experience with performance tests.