Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed May 3, 2022
1 parent 3891805 commit f9a05b6
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 80 deletions.
121 changes: 42 additions & 79 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmark/asyncClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def subscribe(size: int, update_time: float, messages_to_test: int) -> flo
async with connect(
TEST_SUBSCRIPTION_URL,
subprotocols=[cast(Subprotocol, GQL_WS_SUBPROTOCOL)],
max_size=2 ** 40,
max_size=2**40,
compression=None,
) as ws:
print("--- ssim://sinewavesimple ---")
Expand Down

0 comments on commit f9a05b6

Please sign in to comment.