Relative Content

Tag Archive for pythonlocustbotpress

Measure Botpress message response time using Locust.io and Python

We integrate Botpress into our website and want to use Locust.io to perform performance test. But I see that the response time of Create Message API is not enough. I want to measure the time: from Create Message API is sent, to the Bot Message is shown on message list. How can I do that without calling List Message API again and again (which can put more load on the bot)?