mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 21:48:15 +08:00
Added some benchmarke benchmark stuff
This commit is contained in:
16
test/Ocelot.Benchmarks/Program.cs
Normal file
16
test/Ocelot.Benchmarks/Program.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using BenchmarkDotNet.Running;
|
||||
|
||||
namespace Ocelot.Benchmarks
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
var summary = BenchmarkRunner.Run<UrlPathToUrlPathTemplateMatcherBenchmarks>();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user