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

Migrate datetime benches to semantic datetime #5464

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

sffc
Copy link
Member

@sffc sffc commented Aug 28, 2024

#1317

I deleted the benches whose only purpose appears to be measuring the difference between write_to, write_to_string, Display::fmt, and to_string. This would be a fair bit of code to migrate, and it is better done as a bench in the Writeable crate (which we already have).

@sffc sffc requested review from Manishearth and removed request for nordzilla August 28, 2024 22:27
@@ -1,48 +1,16 @@
[
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In these JSON files:

  1. I deleted any tests that were duplicates, either within the same file or in a different file
  2. I added the semantic skeleton to all remaining tests
  3. In a small number of cases, I moved the test to a different part of the file to make it easier to see logically what tests were being included

@sffc sffc merged commit c3e6abc into unicode-org:main Aug 29, 2024
28 checks passed
@sffc sffc deleted the bench-migration branch August 29, 2024 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants