We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408bc77 commit 8259d03Copy full SHA for 8259d03
2 files changed
_python/pgbench_python.py
@@ -291,7 +291,7 @@ def die(msg):
291
connector, executor = aiopg_connect, aiopg_execute
292
is_async = True
293
arg_format = 'python'
294
- if args.driver == 'aiopg-tuples':
+ elif args.driver == 'aiopg-tuples':
295
connector, executor = aiopg_tuples_connect, aiopg_tuples_execute
296
297
pgbench
@@ -351,6 +351,7 @@ BENCHMARKS = [
351
'golang-libpq',
352
'golang-pgx',
353
'python-aiopg',
354
+ 'python-aiopg-tuples',
355
'python-asyncpg',
356
'python-psycopg',
357
'python-postgresql',
0 commit comments