Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodobolero committed Dec 17, 2024
1 parent 8821eed commit e48c5db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_runner/performance/test_perf_many_relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ def test_perf_many_relations(remote_compare: RemoteCompare, num_relations: int):
with env.zenbenchmark.record_duration(
f"CREATE_TABLE/{current_table}/{num_relations_to_create}"
):
env.pg_bin.run_capture(["psql", env.pg.connstr(options="-cstatement_timeout=1000s "), "-c", sql])
env.pg_bin.run_capture(
["psql", env.pg.connstr(options="-cstatement_timeout=1000s "), "-c", sql]
)

0 comments on commit e48c5db

Please sign in to comment.