This commit is contained in:
TomPallister
2016-10-12 21:08:06 +01:00
parent d78dc2847e
commit 1fcc0c20d3
4 changed files with 2 additions and 17 deletions

16
run-benchmarks.bat Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
echo -------------------------
echo Running Ocelot.Benchmarks
cd test/Ocelot.Benchmarks
dotnet restore
dotnet run
cd ../../