Skip to content

Commit 8259d03

Browse files
committed
Include aiopg-tuples in the list of benchmarks
1 parent 408bc77 commit 8259d03

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

_python/pgbench_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def die(msg):
291291
connector, executor = aiopg_connect, aiopg_execute
292292
is_async = True
293293
arg_format = 'python'
294-
if args.driver == 'aiopg-tuples':
294+
elif args.driver == 'aiopg-tuples':
295295
connector, executor = aiopg_tuples_connect, aiopg_tuples_execute
296296
is_async = True
297297
arg_format = 'python'

pgbench

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ BENCHMARKS = [
351351
'golang-libpq',
352352
'golang-pgx',
353353
'python-aiopg',
354+
'python-aiopg-tuples',
354355
'python-asyncpg',
355356
'python-psycopg',
356357
'python-postgresql',

0 commit comments

Comments
 (0)