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

[buildomat] Capture per-crate build timing as build-timings.json #4960

Merged
merged 4 commits into from
Feb 2, 2024

Conversation

smklein
Copy link
Collaborator

@smklein smklein commented Feb 1, 2024

Part of #4471

Captures the per-crate build timing information in a JSON file

@smklein smklein changed the title [buildomat] Capture build phase timing [buildomat] Capture per-crate build timing as build-timings.json Feb 1, 2024
@smklein smklein marked this pull request as ready for review February 2, 2024 00:27
@smklein smklein requested a review from sunshowers February 2, 2024 00:27
Comment on lines +23 to +28
echo "tests will store ephemeral output in $TEST_TMPDIR" >&2
mkdir "$TEST_TMPDIR"

OUTPUT_DIR='/work'
echo "tests will store non-ephemeral output in $OUTPUT_DIR" >&2
mkdir -p "$OUTPUT_DIR"
Copy link
Contributor

Choose a reason for hiding this comment

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

love it!

@smklein smklein merged commit 62b2f0b into main Feb 2, 2024
20 checks passed
@smklein smklein deleted the track-timing branch February 2, 2024 21:37
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.

2 participants