binakot / Abstract-Rest-Service-Benchmark

A set of template services in different languages and frameworks. An abstract performance comparison based on the endpoint throughput. There are no objective benefits, just an elementary comparison of primitive RESTful API services. :shipit:
MIT License
16 stars 14 forks source link

Add Rust Rocket #28

Closed qezz closed 6 years ago

qezz commented 6 years ago

I'm going to add hello-world implemented in rocket-rs, so benchmark results should be added to readme

The only drawback is that it requires rust nightly

UPD: see #29