/
aprogrammer
/
serilog
Обзор
Документация
Войти
/
aprogrammer
/
serilog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
RunPerfTests.ps1
16 строк
274 B
Nicholas Blumhardt
Updated (micro) benchmarks
19 авг 2016, 10:11
19 авг 2016, 10:11
bc44501
Код
Авторство
О чём код?
Push-Location $PSScriptRoot ./Build.ps1 foreach ($test in ls test/*.PerformanceTests) { Push-Location $test echo "perf: Running performance test project in $test" & dotnet test -c Release if($LASTEXITCODE -ne 0) { exit 2 } Pop-Location } Pop-Location