Skip to content

Commit

Permalink
Add connection pooling (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Nov 11, 2022
1 parent 5aefbd9 commit f4b6c82
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 180 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
source .venv/bin/activate
maturin build --release --locked --out ./ --strip --find-interpreter --no-default-features
pip install ./self_limiters-* --force-reinstall
python bench.py tb --count 100 --iterations 30 --target 0.1
python bench.py s --count 100 --iterations 30 --target 1.2
python bench.py tb --count 30 --iterations 30 --target 0.25
python bench.py s --count 30 --iterations 30 --target 1.5
if: matrix.python-version == '3.10'
- uses: codecov/codecov-action@v3
with:
Expand Down
Loading

0 comments on commit f4b6c82

Please sign in to comment.