Added some benchmarke benchmark stuff

This commit is contained in:
Tom Gardham-Pallister
2016-08-17 19:24:23 +01:00
parent d3b9fddcfd
commit 0421dba1e2
7 changed files with 363 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
},
"BenchmarkDotNet": "0.9.8",
"Ocelot.Library": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
]
}
},
"tooling": {
"defaultNamespace": "Ocelot.Benchmarks"
}
}