feat: establish robust evaluation framework for workflow benchmarks#457
Open
cocosheng-g wants to merge 8 commits intomainfrom
Open
feat: establish robust evaluation framework for workflow benchmarks#457cocosheng-g wants to merge 8 commits intomainfrom
cocosheng-g wants to merge 8 commits intomainfrom
Conversation
- Implement Isolated `TestRig` for environment-safe, concurrent evaluations. - Add gold-standard datasets for Issue Triage, Scheduled Triage, Assistant, and Issue Fixer. - Implement Mock MCP Server for high-fidelity PR Review benchmarking. - Add nightly evaluation workflow with multi-model strategy matrix. - Automated aggregate reporting for GitHub Job Summaries. Next Steps: - Expand evaluation datasets with more edge cases. - Fine-tune workflow prompts based on baseline quality analysis. Refs: #219
Contributor
|
🤖 Hi @cocosheng-g, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
Collaborator
Author
|
/gemini review |
7d1fc3e to
6fb3486
Compare
6fb3486 to
70d3297
Compare
kschaab
approved these changes
Feb 6, 2026
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.
Overview
This PR introduces a robust, automated evaluation framework for Gemini CLI example workflows (Triage, Review, Fixer, Assistant), fulfilling the requirements of #219.
Key Features
TestRig: Secure, concurrent environment using temporaryGEMINI_CLI_HOMEto prevent interference with local settings.mock-mcp-server.tsproviding high-fidelity GitHub API simulation, enabling realistic PR Review benchmarks.evals/data/using high-signal technical assertions (e.g., detectingevalvulnerabilities or quadratic complexity).Next Steps
Related to: #219