googleapis / googleapis/google-cloud-python
Improve async client performance
Đang mở
priority: p2
type: feature request
- Ngôn ngữ chính
- Python
- Star
- 5.4k
- Fork
- 1.8k
- Merge trung bình
- 3 ngày 4 giờ
- Pull request đã merge (30 ngày)
- 122
Mô tả
I threw together a quick benchmark, and was seeing ~4-5x slower async calls vs sync (with the network mocked out)
This mostly appears to be due to re-building the wrapped function on each call, rather than caching. I opened https://github.com/googleapis/gapic-generator-python/pull/1755 to address this
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.