-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add benchmark tool #95
Merged
Merged
Conversation
This file contains 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
github-actions bot
pushed a commit
that referenced
this pull request
Aug 16, 2024
# [1.16.0](v1.15.0...v1.16.0) (2024-08-16) ### Features * add benchmark tool ([#95](#95)) ([a82619e](a82619e))
🎉 This issue has been resolved in version 1.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
This PR introduces a comprehensive benchmark tool for CodeWhisper, designed to evaluate its performance on Exercism Python exercises. The benchmark tool provides detailed insights into CodeWhisper's capabilities across various configurations.
Key Features:
New CodeWhisper Flags:
--skip-files
: Added to allow CodeWhisper to run without any user input. If this flag is true then the file selection prompt can be skipped by adding files via the --filter flag.Benchmark Tool Options:
--model
: Specify the AI model to use--workers
: Set the number of concurrent workers--tests
: Choose the number of tests to run (default: all)--no-plan
: Disable the planning mode--diff
/--no-diff
: Override the default diff/whole file edit modeThe benchmark tool generates comprehensive reports including:
This tool will greatly assist in evaluating CodeWhisper's performance across different configurations and identifying areas for improvement.
To use the benchmark tool:
./benchmark/docker_build.sh
./benchmark/run_benchmark.sh [options]
Reports are saved in the
benchmark/reports/
directory with timestamped filenames.