-
Notifications
You must be signed in to change notification settings - Fork 282
Performance test script: speed up build, support Nitro #3604
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
Conversation
|
@kroening Please take a look as there is may be of interest to speed up CodeBuild jobs. |
allredj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: abf7258).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/95301548
abf7258 to
0338a13
Compare
allredj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 0338a13).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/95581623
allredj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 24a31ad).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/95719983
|
@tautschnig Yes, I will give that a try. |
This avoids having to fetch a recent GCC version from some PPA. Also use AWS mirrors for faster download.
These instances report EBS volumes as NVME devices.
Benchexec limits itself to the memory on a single NUMA node if cores==1. Just permit use of all cores instead.
24a31ad to
c37290f
Compare
allredj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: c37290f).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/95863273
The first commit might also be of interest to the CI set-up as similar changes could/should be made to the CodeBuild configuration.