Measures the maximum sustainable throughput of a Node-RED image processing flow across different image sizes and processing modes. This benchmark focuses on the image saving pipeline only -- inference performance is tested separately in its own benchmark.
These results are rough estimates, not exhaustive measurements. The benchmark uses a fixed set of default image sizes and does not test mixed-size workloads. Actual throughput depends heavily on what processing the flow performs. Adding heavier nodes (image processing, model inference) will significantly reduce these numbers.
Each table shows throughput in msg/s -- the number of messages the flow can process per second before it starts dropping messages. The value shown is the maximum sustainable rate for that combination, without accounting for other processes that might need heavy processing.
These results represent the capacity of a lightweight flow (resize, light inference, dashboard display, optional training/logging). This benchmark is not exhaustive -- it uses a fixed set of default image sizes and does not test different-sized images within the same run. The numbers are intended as a rough upper bound, not a precise prediction.
Inference is not measured here. The flow uses only a light inference step; heavier models can reduce throughput significantly. Inference performance will be covered in a separate benchmark.
To estimate capacity for your flow:
Start from the row closest to your image size and number of saved images per trigger
Treat each value as an upper bound -- your real flow will be slower
If your required throughput is close to the number shown, you are likely near the saturation point and should test on your actual hardware