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

chore(ci): add a cargo timing buildspec #5176

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Mar 11, 2025

Release Summary:

Resolved issues:

none

Description of changes:

This buildspec is for a daily scheduled job that tracks cargo build and cargo test timings, generating an html report that will be visible via a CloudFront distribution, e.g. https://dx1inn44oyl7n.cloudfront.net/cargotiming/cargo-timing.html

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? job is already running in CI, this just captures the buildspec.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Mar 11, 2025
@dougch dougch marked this pull request as ready for review March 11, 2025 20:37
@dougch dougch changed the title chore: add a cargo timing buildspec chore(ci): add a cargo timing buildspec Mar 11, 2025
@dougch dougch requested a review from boquan-fang March 12, 2025 22:32
@@ -12,6 +12,8 @@ exclude = [
"bench"
]

resolver = "2"
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants