feat(cli): proxy unrecognized commands to the project binary - #665
Open
ElijahAhianyo wants to merge 2 commits into
Open
feat(cli): proxy unrecognized commands to the project binary#665ElijahAhianyo wants to merge 2 commits into
ElijahAhianyo wants to merge 2 commits into
Conversation
|
| Project | cot |
| Branch | elijah/cot-cli-proxy/stack-3-proxy |
| Testbed | github-ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| empty_router/empty_router | 📈 view plot 🚷 view threshold | 8,968.20 µs(-5.16%)Baseline: 9,456.60 µs | 17,946.95 µs (49.97%) |
| json_api/json_api | 📈 view plot 🚷 view threshold | 645.37 µs(-37.23%)Baseline: 1,028.16 µs | 1,359.84 µs (47.46%) |
| nested_routers/nested_routers | 📈 view plot 🚷 view threshold | 613.74 µs(-36.35%)Baseline: 964.18 µs | 1,253.59 µs (48.96%) |
| single_root_route/single_root_route | 📈 view plot 🚷 view threshold | 587.13 µs(-36.74%)Baseline: 928.10 µs | 1,216.83 µs (48.25%) |
| single_root_route_burst/single_root_route_burst | 📈 view plot 🚷 view threshold | 10,315.00 µs(-38.67%)Baseline: 16,819.62 µs | 21,433.25 µs (48.13%) |
ElijahAhianyo
marked this pull request as ready for review
September 3, 2026 05:12
6 tasks
ElijahAhianyo
force-pushed
the
elijah/cot-cli-proxy/stack-3-proxy
branch
2 times, most recently
from
September 3, 2026 05:24
c2d07b3 to
f551256
Compare
ElijahAhianyo
force-pushed
the
elijah/cot-cli-proxy/stack-3-proxy
branch
from
September 3, 2026 18:05
43e4874 to
c06cfb8
Compare
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.
Description
This is a build-up on #664, which laid the foundation for discovering, building, and caching metadata about a project binary. This PR only connects that logic to the CLI parsing mechanism. We forward any unrecognized command to the binary
Type of change