Skip to content

Commit

Permalink
Change minor comments.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696274073
  • Loading branch information
raymond13513 authored and copybara-github committed Nov 13, 2024
1 parent 3819274 commit 2ee6b58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions perfkitbenchmarker/linux_benchmarks/pgbench_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from perfkitbenchmarker import sql_engine_utils
from perfkitbenchmarker.linux_packages import pgbench

# PGProtocal
# Postgresql protocol options
SIMPLE = 'simple'
EXTENDED = 'extended'
PREPARED = 'prepared'
Expand All @@ -56,7 +56,8 @@
'pgbench_protocol',
None,
[SIMPLE, EXTENDED, PREPARED],
'Protocol to use for pgbench',
'Protocol to use for pgbench. See'
' https://www.postgresql.org/docs/current/protocol-flow.html',
)

flags.DEFINE_integer(
Expand Down

0 comments on commit 2ee6b58

Please sign in to comment.