python-trio / purerpc

Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio
Apache License 2.0
217 stars 15 forks source link

Improve test performance #40

Closed VincentVanlaer closed 1 year ago

VincentVanlaer commented 1 year ago

Replacing the loop of random.choice in test_utils.random_payload by random.choices improves performance of the tests significantly.