/
aprogrammer
/
serilog
Обзор
Документация
Войти
/
aprogrammer
/
serilog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
run_perf_tests.sh
7 строк
186 B
Sergey Komisarchik
source context match optimization
02 июн 2020, 00:26
02 июн 2020, 00:26
b5c3fa1
Код
Авторство
О чём код?
#!/bin/bash dotnet restore for path in test/*.PerformanceTests/*.csproj; do dotnet test -f netcoreapp2.1 -c Release ${path} dotnet test -f netcoreapp3.1 -c Release ${path} done