Commit 065d3c74 authored by ArnoldZokas's avatar ArnoldZokas

Removed redundant shell script

parent 8bd5521e
write-host `nRunning build. Please wait...
$iterations = 10
for ($i=1; $i -le $iterations; $i++)
{
$sw = [System.Diagnostics.StopWatch]::StartNew()
& E:\dotnet-protobufs\build\BuildAll.bat
$sw.Stop()
$msbuildTotalRunTime += $sw.ElapsedMilliseconds
}
write-host `nMSBuild average speed over $iterations iterations: ($msbuildTotalRunTime/$iterations) milliseconds
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment