Benchmark replay - #3347
Open
Dreamsorcerer wants to merge 10 commits into
Open
Conversation
Dreamsorcerer
requested review from
leshy,
mustafab0,
paul-nechifor and
spomichter
as code owners
August 4, 2026 12:52
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Greptile SummaryThe PR adds replay-window controls and a CodSpeed benchmark that measures draining a recorded Go2 workload.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Sequence DiagramsequenceDiagram
participant CI as CodSpeed workflow
participant Pytest as pytest-codspeed
participant Coord as ModuleCoordinator
participant Go2 as ReplayConnection
participant DB as SQLite replay
participant Topics as Watched transports
CI->>Pytest: Run replay benchmark
Pytest->>Coord: Build unitree-go2 blueprint
Coord->>Go2: Start configured replay
Go2->>DB: Open recording with speed/window
DB-->>Topics: Emit odom, lidar, and images
Topics-->>Pytest: Record arrivals
Pytest->>Pytest: Wait for count floors and quiescence
Pytest-->>CI: Report wall-time sample
Reviews (8): Last reviewed commit: "Fix" | Re-trigger Greptile |
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
… into sam/benchmark-replay
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.
No description provided.