https://github.com/ttu/aspnet-core-benchmark
Small ASP.NET Core implementation for benchmarking
https://github.com/ttu/aspnet-core-benchmark
aspnet-core csharp
Last synced: over 1 year ago
JSON representation
Small ASP.NET Core implementation for benchmarking
- Host: GitHub
- URL: https://github.com/ttu/aspnet-core-benchmark
- Owner: ttu
- Created: 2017-08-15T16:17:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T14:15:37.000Z (over 7 years ago)
- Last Synced: 2025-02-03T20:53:51.531Z (over 1 year ago)
- Topics: aspnet-core, csharp
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET Core Benchmark Project
Small ASP.NET Core implementation for benchmarking.
* Minimal implementation
* Routing with Map
* Routing with RouteBuilder
* Controller
Post: [How to run tests with wrk](http://ttu.github.io/aspnet-core-performance-tests-wrk/)