https://github.com/robertoprevato/aspnetcorehelloworld
Simple ASP.NET Core (Net Core 2.0) web application for performance tests.
https://github.com/robertoprevato/aspnetcorehelloworld
Last synced: 4 months ago
JSON representation
Simple ASP.NET Core (Net Core 2.0) web application for performance tests.
- Host: GitHub
- URL: https://github.com/robertoprevato/aspnetcorehelloworld
- Owner: RobertoPrevato
- Created: 2017-10-19T19:05:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T07:20:29.000Z (almost 8 years ago)
- Last Synced: 2024-11-24T20:46:27.944Z (11 months ago)
- Language: C#
- Size: 989 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NET Core 2.0 ASP.NET Core test application
Test application using ASP.NET Core web framework and NET Core 2.0.This application has been used to compare its performance, when deployed:
* using Windows hosting in Azure Application Service Plan.
* using Linux hosting with Docker, in Azure Application Service Plan.# Visual Studio Web Performance Tests
Using the included Visual Studio solution with Web Performance tests requires a Ultimate version of the IDE. To run these tests, it is necessary to provision owned web applications and change urls configured in tests.## Note
The tests were originally written to compare the performance of a Dockerized ASP.NET Core application hosted in Linux, with the same application hosted in Windows, like described above. Additional tests were added later, to test different technology stacks.