-
Notifications
You must be signed in to change notification settings - Fork 763
Migrate getVariantPerformances #5278
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
Merged
Merged
Conversation
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
c46c31c to
c35d416
Compare
341c0a8 to
c329576
Compare
32e9aee to
e538951
Compare
Base automatically changed from
sl/migrate-get-function-throughput-by-variant
to
main
December 19, 2025 01:03
c35d416 to
c158bd7
Compare
c158bd7 to
748ac12
Compare
710723e to
cda35e8
Compare
Member
Author
|
/merge-queue |
Contributor
|
🚀 Merge queue workflow triggered! View the run: https://github.com/tensorzero/tensorzero/actions/runs/20384536920 |
cda35e8 to
5c277d4
Compare
GabrielBianconi
previously approved these changes
Dec 19, 2025
Member
Author
|
/merge-queue |
Contributor
|
🚀 Merge queue workflow triggered! View the run: https://github.com/tensorzero/tensorzero/actions/runs/20400622269 |
e313dbe to
1bbbb51
Compare
Use a real variant for basic_test
1bbbb51 to
81c192e
Compare
Member
Author
|
Fixed merge conflicts /merge-queue |
Member
Author
|
/merge-queue |
Contributor
|
🚀 Merge queue workflow triggered! View the run: https://github.com/tensorzero/tensorzero/actions/runs/20409790503 |
virajmehta
reviewed
Dec 21, 2025
GabrielBianconi
approved these changes
Dec 22, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 22, 2025
Use a real variant for basic_test
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 22, 2025
Use a real variant for basic_test
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.
/internal/functions/{function_name}/variant-performancesendpoint that returns performance statistics (average, standard deviation, confidence intervals) for metrics across function variantsImportant
Introduces a new endpoint to fetch variant performance statistics, with backend, API, and frontend changes, along with comprehensive testing.
get_variant_performancestoFeedbackQueriesinfeedback.rs.build_variant_performance_queryinfeedback.rsfor SQL query construction.VariantPerformanceRowandGetVariantPerformanceParamsstructs infeedback.rs./internal/functions/{function_name}/variant-performancesininternal.rs.get_variant_performances_handlerininternal.rs.getVariantPerformancesmethod toTensorZeroClientintensorzero.ts.VariantPerformancecomponent to display performance data.get_variant_performancesinfeedback_queries.rs.functions.rs.This description was created by
for 81c192e. You can customize this summary. It will automatically update as commits are pushed.