Add perf tests to System.IO (dotnet/corefx#31552)
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Fri, 7 Sep 2018 01:11:06 +0000 (18:11 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Sep 2018 01:11:06 +0000 (18:11 -0700)
commita82c9ed5f64dbe7be4896fd963139f79a32fad99
tree4b1dda8471e32219a576db6d22e1a05632d31199
parente101d4d063a97d34e229ac3e193f03d403bb10cd
Add perf tests to System.IO (dotnet/corefx#31552)

* Add perf tests to System.IO

Add tests for measuring format writes for StreamWriter.

* Add a test validating dispatching of format calls when overridden.

Commit migrated from https://github.com/dotnet/corefx/commit/1e1f421c8e57cbd317800e0a10287488bb05c808
src/libraries/System.IO/System.IO.sln
src/libraries/System.IO/tests/Performance/Configurations.props [new file with mode: 0644]
src/libraries/System.IO/tests/Performance/Perf.StreamWriter.cs [new file with mode: 0644]
src/libraries/System.IO/tests/Performance/System.IO.Performance.Tests.csproj [new file with mode: 0644]
src/libraries/System.IO/tests/StreamWriter/StreamWriter.cs