Skip to content

itn3000/LightNode.Benchmark

Repository files navigation

LightNode.Benchmark

this solution contains the benchmarking projects for LightNode

Requirements

Usage

  1. change directory to ab
  2. execute powershell.exe bench-all.ps1
  3. see results in the following directories
    • ln1-results: LightNode-1.6.3+WebListener benchmarking results(html)
    • ln2-results: LightNode-2.0.1-beta+Kestrel benchmarking results(html)
    • mvc-results: ASP.NET MVC Core-1.0.0+Kestrel benchmarking results(html)

Warning

this benchmarking use the 10003-10005/tcp ports for serving http server, so you must not use these ports by other programs.

Customizing programs

if you want to cusomize benchmarking,open LightNode.Benchmark.sln with VS2015 Update3 or later.