web-rest-api-benchmark icon indicating copy to clipboard operation
web-rest-api-benchmark copied to clipboard

Results 5 web-rest-api-benchmark issues
Sort by recently updated
recently updated
newest added

In the Dot.Net code you use ``` [HttpGet] [Route("/countries")] public IEnumerable countries() { return context.Country.ToList(); } ``` this will cause the application to stream out the existing countries, not necessarily...

At least for python-django and the user-country relation, there exist no db indexes that would speed up the lookup. Dot.Net core does extensive caching, while java/php/django does not. So, what...

Hello, so I have an idea. You could renew this project and allow some people to upgrade your code, implement best practices and increase performance. This would allow for more...

How are you bench-marking this? How many threads you have created? Is this any repo I can look?