Closed
Description
This is a tracking issue describing the current performance tests we have in the System.Runtime.Extensions area, and what coverage is missing. The work items below can be completed independently, and they are all of different priority.
When adding performance tests, please adhere to the guidelines listed here:
Existing Coverage:
There is some existing coverage, but it needs to be audited for conformance with our performance test guidelines.
- Path Add Path.cs performance tests. corefx#19367
- Random Add perf tests for Random.cs. corefx#19561
- Environment -- Add performance tests for Environment.cs. corefx#19623)
Missing Coverage:
- Math, MathF
- MemoryStream
- StreamReader / StreamWriter
- BinaryReader / BinaryWriter
- ArrayList
- StringReader / StringWriter
- TextReader / TextWriter
- BitConverter
- Convert