Skip to content

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dancost committed Jul 23, 2024
1 parent 35c2160 commit 9733315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ws_tests/performance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def test_performance(forex_api_session):
async with aiohttp.ClientSession() as client:
# open ws connection
async with connect(uri, ping_interval=None) as websocket:
# Place 100 orders simultaneously
# place 100 orders simultaneously
tasks = [place_order(client, base_url, order_data) for _ in range(100)]
start_time = time.time()
responses = await asyncio.gather(*tasks)
Expand Down

0 comments on commit 9733315

Please sign in to comment.