googleapis / googleapis/google-cloud-python
Improve async client performance
Offen
#16,388
1 Kommentar
0 Reaktionen
1 zugewiesene Person
Beansprucht von @daniel-sanche
Auf GitHub ansehen
priority: p2
type: feature request
- Vorherrschende Sprache
- Python
- Sterne
- 5.4k
- Forks
- 1.8k
- Ø Merge
- 3 T. 4 Std.
- Gemergte PRs (30 T.)
- 122
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.