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

Removed unnecessary MVC references #15

Closed ju-bear closed 6 years ago

ju-bear commented 6 years ago

Reference "Microsoft.AspNetCore.All" takes a lot of bloat for MVC specific features that slow down the service overall. I modified it to be a REST-service only.