RustLight / sacn

A Rust implementation of the ANSI E1.31 Streaming ACN protocol, tested against protocol version ANSI E1.31-2018.
Apache License 2.0
39 stars 8 forks source link

Benchmarking #4

Open Lan2u opened 4 years ago

Lan2u commented 4 years ago

Problem During development, the performance of the library was not the focus.

Proposed Solution To evaluate the performance of the library and to give a starting point for measuring improvements benchmarks should be added and integrated into the github actions CI (the Criterion rust benchmark comparison action from the Boa project should be integrated aswell).