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 DTP Runtime Row and Collection for Statistics #81

Merged

Conversation

franziska-wegner
Copy link
Owner

@franziska-wegner franziska-wegner commented Jan 4, 2024

This PR adds the DTP specific runtime row and collection to the framework. This is used for post analysis of the algorithm and plotting the results accordingly.

Each row captures

  • Name of the Problem,
  • Name,
  • Source Id,
  • Number of Vertices,
  • Number of Generators,
  • Number of Loads,
  • Number of Edges,
  • Number of Scanned Edges,
  • Number of Edges Producing No Cycle,
  • Number of Relaxed Edges,
  • Number of Labels,
  • Global Elapsed Milliseconds.

@franziska-wegner franziska-wegner self-assigned this Jan 4, 2024
@franziska-wegner franziska-wegner added documentation Improvements or additions to documentation algorithm&datastructure New algorithm and data structure labels Jan 4, 2024
@franziska-wegner franziska-wegner linked an issue Jan 4, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cb587f8) 94.37% compared to head (fed3539) 94.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          49       49           
  Lines        4921     4921           
=======================================
  Hits         4644     4644           
  Misses        277      277           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner marked this pull request as ready for review January 4, 2024 11:59
@franziska-wegner franziska-wegner enabled auto-merge (squash) January 4, 2024 12:04
@franziska-wegner franziska-wegner merged commit f321e9c into main Jan 4, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2024/january/IO/add-DTP-statistics branch January 4, 2024 12:05
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add DTP runtime row for statistics
* Add DTP runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci f321e9c
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add DTP runtime row for statistics
* Add DTP runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci f321e9c
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add DTP runtime row for statistics
* Add DTP runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci f321e9c
github-actions bot added a commit that referenced this pull request Jan 4, 2024
* Add DTP runtime row for statistics
* Add DTP runtime collection for statistics
* [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci f321e9c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm&datastructure New algorithm and data structure documentation Improvements or additions to documentation
Projects
Development

Successfully merging this pull request may close these issues.

Add Statistics Collection to the Framework
1 participant