[6/6][misc] feat: container lifecycle benchmark for harbor rollouts - #288
Merged
mathewjhan merged 1 commit intoAug 6, 2026
Merged
Conversation
mathewjhan
force-pushed
the
mathew/container-lifecycle-bench
branch
from
August 6, 2026 22:29
6ecf59f to
ea3583c
Compare
mathewjhan
force-pushed
the
mathew/container-lifecycle-bench
branch
from
August 6, 2026 22:31
ea3583c to
beddf2c
Compare
JoyboyBrian
approved these changes
Aug 6, 2026
Co-authored-by: Cursor <cursoragent@cursor.com>
mathewjhan
force-pushed
the
mathew/container-lifecycle-bench
branch
from
August 6, 2026 22:31
beddf2c to
bb73391
Compare
7 tasks
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.
Part of splitting #272 into reviewable pieces (6/6). Exercises everything below it in the stack.
What this adds
A CLI that measures how long the full rollout lifecycle takes on the Harbor backend: submit, container build/start, agent run, verification, teardown. It reports cold and warm timings separately and per-rollout p50/p95/max, which is how regressions in container startup cost were found and fixed during development.
It runs against the bundled
bench_harnessproject by default (a minimal workflow + grader), or against any Harbor task folder via--tasks-dir. Rollout ids carry a per-invocation nonce so concurrent bench runs cannot collide.Example
Output shows per-run wall time, success counts, rollouts/sec, and warm-run latency percentiles.