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

[enhancement] Change default values for --performance-report and --list-stored-sessions options #3258

Merged

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Sep 5, 2024

This is a follow up of #3227.

The default for --performance-report is now just listing the performance of the current run. This is done to (a) to keep compatibility with current behaviour and (b) the previous default could lead to increased times for producing the report in case a large results DB had to be scanned. Now the default --performance-report output is O(1) time.

The default for --list-stored-sessions is now limited to a week back. The previous default (all) could lead to very long output for large results DBs.

@vkarak vkarak added prio: normal reporting Issues related to reporting and processing the test results labels Sep 5, 2024
@vkarak vkarak added this to the ReFrame 4.7 milestone Sep 5, 2024
@vkarak vkarak requested review from ekouts and teojgo September 5, 2024 10:10
@vkarak vkarak self-assigned this Sep 5, 2024
@vkarak vkarak merged commit 4dde6ec into reframe-hpc:develop Sep 5, 2024
23 checks passed
@vkarak vkarak deleted the enhancement/change-storage-opts-defaults branch September 5, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio: normal reporting Issues related to reporting and processing the test results
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants