Uh oh!
There was an error while loading. Please reload this page.
Run performance comparison in CI using Kani's Benchcomp - #8171
Merged
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. |
tautschnigforce-pushed
the
features/benchcomp
branch
5 times, most recently
from
January 29, 2024 15:20
5467902 to
a7d0189Comparetautschnigforce-pushed
the
features/benchcomp
branch
6 times, most recently
from
February 6, 2024 12:38
3ac5219 to
14f1334Comparetautschnig
marked this pull request as ready for review
February 6, 2024 13:20
karkhaz
approved these changes
Feb 26, 2024
karkhaz
left a comment
Collaborator
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!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tautschnigforce-pushed
the
features/benchcomp
branch
from
February 26, 2024 19:36
c67b97f to
7ff63f2Comparepeterschrammel
approved these changes
Mar 12, 2024
tautschnig
commented
Mar 15, 2024
CollaboratorAuthor
Will wait for model-checking/kani#3077 to be merged: with that one we'll also get scatterplots (see that PR for examples). |
tautschnigforce-pushed
the
features/benchcomp
branch
from
March 18, 2024 09:53
7ff63f2 to
a08183aCompareUse 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>
tautschnigforce-pushed
the
features/benchcomp
branch
from
March 20, 2024 09:05
a08183a to
ddb4060Comparetautschnig
commented
Mar 20, 2024
CollaboratorAuthor
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 freeto 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.