thingsboard / performance-tests

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

HTTP vs MQTT #46

Closed martin9115 closed 2 years ago

martin9115 commented 3 years ago

Hi, is there a example of performance test comparing HTTP and MQTT ?

smatvienko-tb commented 2 years ago

Hi, @martin9115 The MQTT protocol is less expensive and much faster to send. This is the only difference. After the message has been delivered, there is no difference in processing speed inside Thingsboard. The performance test shows how fast the particular instance can process the target message rate. The latest results will be updated soon. Stay tuned!

martin9115 commented 2 years ago

So, it is more meaningful, to create that type of comparison on local app ?