weldr icon indicating copy to clipboard operation
weldr copied to clipboard

Fix benchmarks

Open hjr3 opened this issue 8 years ago • 2 comments

The benchmarking code in benches/proxy.rs is no longer working. I was doing out of band benchmarks with release builds on servers, but this has value as well.

hjr3 avatar Apr 13 '17 01:04 hjr3

Hello!

I'd like to help contribute to your project! I've written several private Rust projects so, I have some experience with Rust. Would this be something more straight-forward to pick up and help with?

jtsiros avatar Aug 23 '17 17:08 jtsiros

@jtsiros Thank you for offering to help! The code in benches/proxy.rs used reqwest. that no longer works after a refactor and it is a blocking request. It should be updated to use the hyper Client itself.

hjr3 avatar Aug 28 '17 14:08 hjr3