mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-28 16:20:41 +00:00
(test) 1k requests
This commit is contained in:
@@ -30,7 +30,7 @@ async def litellm_completion():
|
||||
|
||||
async def main():
|
||||
start = time.time()
|
||||
n = 500 # Number of concurrent tasks
|
||||
n = 1000 # Number of concurrent tasks
|
||||
tasks = [litellm_completion() for _ in range(n)]
|
||||
|
||||
chat_completions = await asyncio.gather(*tasks)
|
||||
|
||||
Reference in New Issue
Block a user