-
Notifications
You must be signed in to change notification settings - Fork 962
chore: sort storage keys and test files in blockchaintest output #3186
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
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #3186 will not alter performanceComparing Summary
|
| .map(DirEntry::into_path) | ||
| .collect() | ||
| .collect(); | ||
| files.sort(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better for file names to be in order of reading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, added files.sort() to make test execution order consistent across different filesystems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant, lets revert this, sorting files would give arbitrary order if files are in multiple folders.
rakita
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, left few nit comments
Sorry for the delay fix. Just recovered from devConnect |
Realized there are more section need to be optimize like #3182
Any though?