Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
System.IO.Console perf test: increase # of opened files on macOS (#22478
Browse files Browse the repository at this point in the history
)

* Console perf test: increase # of opened files on macOS

* adding newline at end
  • Loading branch information
Paulo Janotti authored Jul 20, 2017
1 parent ea8e260 commit 4454822
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
<Name>PerfRunner</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetsOSX)'=='true'">
<TestCommandLines Include="ulimit -Sn 2048" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
</Project>

0 comments on commit 4454822

Please sign in to comment.