Skip to content

Performance

David Cedar edited this page Mar 27, 2023 · 11 revisions

Performance

Throughput testing was carried out to determine the maximum poll rate in Hz. Commit 5cf5392.

Adapter

  • It seems that the Python code is able to request and receive a message from a Teensy 4.1 development board running the test_e2e firmware around 2.5ms or about 400Hz.

Test HMI

  • The Vue application is able to receive messages from the adapter at a maximum rate of 7Hz or an interval of 143ms

Websocket

  • The connection seems drop if too many messages are backed up and waiting to emit, for example if 10hz is selected and the HMI on receives at 7Hz then the connection will drop after some time.

Clone this wiki locally