1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

Update the benchmarks results as Scott Hanselman‏ and Josh Clark noted.

No such a difference (before: 8.61MB/s now: 8.91MB/s).

I think we can't do much more, I already removed the heavy parts on the first run... but still I'm open for any suggestions. Thank you for the feedback!


Former-commit-id: 0b0c8ba40c8380b530b6c77a5ee75ecfb4357f16
This commit is contained in:
kataras
2017-08-20 06:53:15 +03:00
parent 83614f1089
commit 89d0d5c5de
3 changed files with 14 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ namespace netcore_mvc
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc();
services.AddMvcCore();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.