Xyne 123 bench runs#167
Merged
Merged
Conversation
Admin-only registry of vLLM/SGLang benchmark runs, consumed by the grid-ai-onboarding "Bench Runs" dashboard tab. - New LiteLLM_BenchRun table: schema.prisma (root, proxy, proxy-extras) plus a migration (20260527000000_add_bench_run_table). - bench_run_endpoints.py: POST /bench/run/new, GET /bench/run/list, POST /bench/run/delete (PROXY_ADMIN, mirrors playground_endpoints). - Register bench_run_router in proxy_server.py.
Mirror Dockerfile.non_root: when PROXY_EXTRAS_SOURCE=local, build litellm-proxy-extras from the fork source and replace the PyPI wheel in /wheels, so the fork's schema.prisma + migrations ship. Unlike non_root, the database image includes the prisma schema-engine, so `prisma migrate deploy` runs at startup -- letting the local docker-compose setup self-apply custom migrations (e.g. LiteLLM_BenchRun) without a separate migrations job. Defaults to "published" so existing builds are unaffected.
shriharsha98
approved these changes
May 27, 2026
787236d
into
release/v1.83.3
43 of 58 checks passed
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
Relevant issues
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/directory, Adding at least 1 test is a hard requirement - see detailsmake test-unitCI (LiteLLM team)
Branch creation CI run
Link:
CI run for the last commit
Link:
Merge / cherry-pick CI run
Links:
Type
🆕 New Feature
🐛 Bug Fix
🧹 Refactoring
📖 Documentation
🚄 Infrastructure
✅ Test
Changes