Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ee441a

Browse files
committed
Improve docs
1 parent436f46d commit2ee441a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ with testgres.get_new_node('master') as master:
112112
113113
###Benchmarks
114114

115-
`testgres` also can help you to make benchmarks using`pgbench` from postgres installation.
115+
`testgres` also can help you to make benchmarks using`pgbench` from postgres installation:
116116

117117
```
118118
with testgres.get_new_node('master') as master:
119-
master.init().start()
120-
p = master.pg_bench_init(scale=10).pgbench(options=['-T', '60'])
121-
p.wait()
119+
master.init().start()
120+
p = master.pg_bench_init(scale=10).pgbench(options=['-T', '60'])
121+
p.wait()
122122
```
123123

124124
##Authors

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp