Run performance comparison in CI using Kani's Benchcomp#8171
Merged
tautschnig merged 1 commit intodiffblue:developfrom Mar 20, 2024
Merged
Run performance comparison in CI using Kani's Benchcomp#8171tautschnig merged 1 commit intodiffblue:developfrom
tautschnig merged 1 commit intodiffblue:developfrom
Conversation
3 tasks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8171 +/- ##
========================================
Coverage 79.64% 79.64%
========================================
Files 1684 1684
Lines 195661 195661
========================================
Hits 155837 155837
Misses 39824 39824 ☔ View full report in Codecov by Sentry. |
5467902 to
a7d0189
Compare
3ac5219 to
14f1334
Compare
karkhaz
approved these changes
Feb 26, 2024
Collaborator
karkhaz
left a comment
There was a problem hiding this comment.
I have finally gotten round to this, sorry for the delay. Thank you so much for adding this!
c67b97f to
7ff63f2
Compare
peterschrammel
approved these changes
Mar 12, 2024
Collaborator
Author
|
Will wait for model-checking/kani#3077 to be merged: with that one we'll also get scatterplots (see that PR for examples). |
7ff63f2 to
a08183a
Compare
Use proof harnesses in AWS C Common as (initial) benchmark to guard against performance regressions introduced in PRs. See the "Summary" behind any of the executions of https://github.com/model-checking/kani/actions/workflows/bench.yml for examples what the output will look like. Co-authored-by: Kareem Khazem <karkhaz@amazon.com>
a08183a to
ddb4060
Compare
Collaborator
Author
|
https://github.com/diffblue/cbmc/actions/runs/8356289780 now includes examples of scatterplots. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use proof harnesses in AWS C Common as (initial) benchmark to guard against performance regressions introduced in PRs. See the "Summary" behind any of the executions of
https://github.com/model-checking/kani/actions/workflows/bench.yml for examples what the output will look like.