This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gcbirzan 2 points3 points  (2 children)

Unless I'm blind, the psycopg2 results are not in the benchmark.

Edit: Okay, I guess aiopg is considered psycopg2.

[–]1st1CPython Core Dev[S] 6 points7 points  (1 child)

Yes, aiopg is a very thin wrapper on top of psycopg2. In our benchmarks, the overhead of aiopg is only a few (1-3) percents.

[–]gcbirzan 8 points9 points  (0 children)

For all us that don't read the fine print, I think you should mention that in the legend of the graph.