Skip to content

Commit 2ee441a

Browse files
committed
Improve docs
1 parent 436f46d commit 2ee441a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

+4-4
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)