Totodore / socketioxide

A socket.io server implementation in Rust that integrates with the Tower ecosystem and the Tokio stack.
https://docs.rs/socketioxide
MIT License
1.13k stars 48 forks source link

chore(ci): bench only on main and on manual trigger #332

Closed Totodore closed 1 month ago

Totodore commented 1 month ago

Disable bench on PR as the bench targets only a subset of the features of socketioxide which are often not modified in PRs (such as packet encoding/decoding).