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

CI/CD : Add performance & relevant info to logfiles/ terminal output #117

Open
cenamiller opened this issue Oct 9, 2024 · 0 comments
Open
Assignees

Comments

@cenamiller
Copy link
Collaborator

Performance information should be saved for each code change (commit or PR) so we can identify performance effects. This can be done in different ways, but brainstorming here are our ideas:
- each log file written out by Haiying's derecho ci/cd workflow has a unique identifier so we can track performance. It's necessary that the names of the tar files are easy to associate with the commit/PR
- At the very least, we can pipe this information to the terminal (as well as log) so that it is saved in github actions and can be referred back to

  • The important information we've identified so far is:
    - minimize time (total time to run solver). This is just to start with - in the future we should collect the detailed timing. 'minimize time' neglects everything except the solver.
    - number of iterations
    - date/time it was run
    - maybe number of processors? Name of system? ex: output from nvidia-smi
    - In the future, capturing memory usage
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

No branches or pull requests

2 participants