Conversation
3195a42 to
8dd122f
Compare
There was a problem hiding this comment.
⚠️ 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.
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.
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.