Ocelot/run-benchmarks.sh
2016-08-25 21:07:01 +01:00

17 lines
149 B
Bash
Executable File

#!/bin/bash
echo -------------------------
echo Running Ocelot.Benchmarks
cd test/Ocelot.Benchmarks
dotnet restore
dotnet run
cd ../../