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

Add logic to capture output #24

Merged
merged 5 commits into from
Aug 15, 2024
Merged

Conversation

rodrigo-ceccato
Copy link
Contributor

This PR is related to #5.

Useful if the user instrumentalizes the application, or otherwise want to save the whole output.

- Removed deprecated builder class that had hard-coded application build logic.
- Removed the corresponding apps that used the deprecated builder class.
- Removed proxy I/O benchmarks from this repository.
- Enhanced the `InstanceRunner` class to capture and save application output into the resulting DataFrame.
- Implemented logic to load and use lambdas from user configuration for parsing the captured data.
- Enhanced the `Exporter` class to allow users to utilize captured application output for plotting graphs.
- Added examples to the documentation (#34).
- Updated logo with a simpler image.
- Split README information into different files within the docs folder.
- Added usage example with Slurm.
- Included example YAML demonstrating various Spinner functionalities.
- Added tests for application execution in CI.
- Configured CI to upload generated graphs as artifacts.
@rodrigo-ceccato
Copy link
Contributor Author

@LucasFernando-aes @cl3to this is ready for review

Copy link
Collaborator

@cl3to cl3to left a comment

Choose a reason for hiding this comment

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

LG!

@rodrigo-ceccato rodrigo-ceccato merged commit 8862de5 into main Aug 15, 2024
2 checks passed
rodrigo-ceccato added a commit that referenced this pull request Aug 15, 2024
- Enhanced the `InstanceRunner` class to capture and save application output into the resulting DataFrame.
- Implemented logic to load and use lambdas from user configuration for parsing the captured data.
@rodrigo-ceccato rodrigo-ceccato deleted the improv/parse-app-output branch August 15, 2024 18:46
rodrigo-ceccato added a commit that referenced this pull request Aug 15, 2024
- Enhanced the `Exporter` class to allow users to utilize captured application output for plotting graphs.
rodrigo-ceccato added a commit that referenced this pull request Aug 15, 2024
- Added examples to the documentation (#34).
- Updated logo with a simpler image.
- Split README information into different files within the docs folder.
- Added usage example with Slurm.
- Included example YAML demonstrating various Spinner functionalities.
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.

Improve documentation with examples Remove builder module Improve CI Parse application instrumentation
3 participants