Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Globalization Area Performance Tests #21274

Closed
mellinoe opened this issue Apr 21, 2017 · 2 comments
Closed

System.Globalization Area Performance Tests #21274

mellinoe opened this issue Apr 21, 2017 · 2 comments
Labels
area-System.Globalization backlog-cleanup-candidate An inactive issue that has been marked for automated closure. help wanted [up-for-grabs] Good issue for external contributors no-recent-activity tenet-performance Performance related issue tenet-performance-benchmarks Issue from performance benchmark test-enhancement Improvements of test source code

Comments

@mellinoe
Copy link
Contributor

This is a tracking issue describing the current performance tests we have in the System.Globalization 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.

NOTE: System.Globalization is spread out over a few of our low-level contracts. I suspect the below list is not exhaustive. If there are additional types that are important to cover, please add them to the list.

Existing Coverage:

  • Some coverage on types implemented in System.Runtime -- should be audited for conformance to guidelines and usefulness
    • DateTime, TimeSpan
    • Char -- Only "ToLower" is tested.
    • String -- part of System.Runtime but overlaps with Globalization on some operations.

Missing Coverage:

  • Encoding (in System.Runtime)
  • Encoder, Decoder (in System.Runtime)
  • StringComparer (in System.Runtime.Extensions)
  • CharUnicodeInfo (in System.Runtime)
  • Calendar (in System.Runtime)
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@tarekgh tarekgh removed the untriaged New issue has not been triaged by the area owner label Jun 17, 2020
@adamsitnik adamsitnik added the tenet-performance-benchmarks Issue from performance benchmark label Aug 17, 2020
Copy link
Contributor

Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.

This process is part of our issue cleanup automation.

@dotnet-policy-service dotnet-policy-service bot added backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity labels Feb 16, 2025
Copy link
Contributor

This issue will now be closed since it had been marked no-recent-activity but received no further activity in the past 14 days. It is still possible to reopen or comment on the issue, but please note that the issue will be locked if it remains inactive for another 30 days.

@dotnet-policy-service dotnet-policy-service bot removed this from the Future milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Globalization backlog-cleanup-candidate An inactive issue that has been marked for automated closure. help wanted [up-for-grabs] Good issue for external contributors no-recent-activity tenet-performance Performance related issue tenet-performance-benchmarks Issue from performance benchmark test-enhancement Improvements of test source code
Projects
None yet
Development

No branches or pull requests

5 participants