-
Notifications
You must be signed in to change notification settings - Fork 4
Feat/benches pipeline #21
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
Conversation
3195a42 to
8dd122f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'Python Benchmark with pytest-benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.
| Benchmark suite | Current: 233b835 | Previous: 7b76880 | Ratio |
|---|---|---|---|
benchmarks/test_rag.py::test_rag_pedantic |
0.12853314014631542 iter/sec (stddev: 0.03930125145461016) |
0.16664327083853855 iter/sec (stddev: 0.06262404233228976) |
1.30 |
This comment was automatically generated by workflow using github-action-benchmark.
3bc980b to
6a19d9c
Compare
|
Summary: Add RAG performance benchmark to CI pipeline using Description: Key aspects:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put this .env.ci file inside .github/workflows. I believe you only need to adjust the ci file from below.
.github/workflows/ci.yml
Outdated
| - name: Set up environment | ||
| run: | | ||
| cp .env.ci .env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case you move .env.ci into .github/workflows:
| cp .env.ci .env | |
| cp .github/workflows/.env.ci .env |
6cf64a1 to
f192e6d
Compare
f95c210 to
92e1c05
Compare
No description provided.