Skip to content

Commit

Permalink
Update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Aug 15, 2024
1 parent ab03715 commit c408692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/source/_static/picows_benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/echo_client_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def aiohttp_main(url: str, data: bytes, duration: int) -> None:
ax.bar(libraries, counts, label=libraries, color=bar_colors)

ax.set_ylabel('Roundtrips per second')
ax.set_title(f'Echo roundtrip performance ({loop_name})')
ax.set_title(f'Echo roundtrip performance ({loop_name}, msg_size={msg_size})')

# ax.legend(title="Libraries")

Expand Down

0 comments on commit c408692

Please sign in to comment.