Skip to content

367 responsibility of testing schemes regarding quarantine#890

Merged
xsaschako merged 4 commits intomainfrom
367-responsibility-of-testing-schemes-regarding-quarantine
Jan 16, 2024
Merged

367 responsibility of testing schemes regarding quarantine#890
xsaschako merged 4 commits intomainfrom
367-responsibility-of-testing-schemes-regarding-quarantine

Conversation

@xsaschako
Copy link
Member

@xsaschako xsaschako commented Jan 12, 2024

Changes and Information

Please briefly list the changes made, additional Information and what the Reviewer should look out for:

  • changed logic from going into quarantine
  • few other fixes

Runtime
MAIN:

Benchmark Time CPU Iterations

abm_benchmark/abm_benchmark_50k 7727 ms 7727 ms 1
abm_benchmark/abm_benchmark_100k 13246 ms 13245 ms 1
abm_benchmark/abm_benchmark_200k 28652 ms 28650 ms 1

Branch:

Benchmark Time CPU Iterations

abm_benchmark/abm_benchmark_50k 5350 ms 5350 ms 1
abm_benchmark/abm_benchmark_100k 12251 ms 12247 ms 1
abm_benchmark/abm_benchmark_200k 24540 ms 24533 ms 1

Merge Request - Guideline Checklist

Please check our git workflow. Use the draft feature if the Pull Request is not yet ready to review.

Checks by code author

  • Every addressed issue is linked (use the "Closes #ISSUE" keyword below)
  • New code adheres to coding guidelines
  • No large data files have been added (files should in sum not exceed 100 KB, avoid PDFs, Word docs, etc.)
  • Tests are added for new functionality and a local test run was successful
  • Appropriate documentation for new functionality has been added (Doxygen in the code and Markdown files if necessary)
  • Proper attention to licenses, especially no new third-party software with conflicting license has been added
  • (For ABM development) Checked benchmark results and ran and posted a local test above from before and after development to ensure performance is monitored.

Checks by code reviewer(s)

  • Corresponding issue(s) is/are linked and addressed
  • Code is clean of development artifacts (no deactivated or commented code lines, no debugging printouts, etc.)
  • Appropriate unit tests have been added, CI passes, code coverage and performance is acceptable (did not decrease)
  • No large data files added in the whole history of commits(files should in sum not exceed 100 KB, avoid PDFs, Word docs, etc.)

Signed-off-by: Sascha Korf <51127093+xsaschako@users.noreply.github.com>
…ing-quarantine

Signed-off-by: Sascha Korf <51127093+xsaschako@users.noreply.github.com>
@xsaschako xsaschako linked an issue Jan 12, 2024 that may be closed by this pull request
@xsaschako xsaschako self-assigned this Jan 12, 2024
@codecov
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c18828e) 95.60% compared to head (0c672a1) 95.60%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #890      +/-   ##
==========================================
- Coverage   95.60%   95.60%   -0.01%     
==========================================
  Files         118      118              
  Lines        9448     9443       -5     
==========================================
- Hits         9033     9028       -5     
  Misses        415      415              

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

Copy link
Member

@DavidKerkmann DavidKerkmann left a comment

Choose a reason for hiding this comment

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

Thanks for the fixes. Please post a runtime of the code for comparison.

@xsaschako xsaschako merged commit 6f16ed4 into main Jan 16, 2024
@xsaschako xsaschako deleted the 367-responsibility-of-testing-schemes-regarding-quarantine branch January 16, 2024 14:48
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.

Responsibility of Testing Schemes regarding quarantine

2 participants