AyCode.Core/RunFullBenchmark.bat

6 lines
89 B
Batchfile

dotnet run -c Release --project AyCode.Benchmark
echo.
pause
endlocal
exit /b %EXITCODE%