felipenoris / hyper-reverse-proxy

A simple reverse proxy for use with Hyper and Tokio
Apache License 2.0
181 stars 63 forks source link

test: adding benchmarks #26

Closed somehowchris closed 2 years ago

somehowchris commented 2 years ago

This adds some simple benchmarks via cargo bench.

The setup runs only on nightly channel, as the test feature is unstable. This does not effect and existing build or test processes as the benchmarks as only enabled on non stable channels during tests (cargo bench uses the test cfg flag)