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

Commitb19d053

Browse files
committed
Improve docs
1 parent227e051 commitb19d053

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ with testgres.get_new_node('master') as master:
110110

111111
>Note: you could take a look at[`pg_pathman`](https://github.com/postgrespro/pg_pathman) to get an idea of`testgres`' capabilities.
112112
113+
###Benchmarks
114+
115+
`testgres` also can help you to make benchmarks using`pgbench` from postgres installation.
116+
117+
```
118+
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()
122+
```
123+
113124
##Authors
114125

115126
[Ildar Musin](https://github.com/zilder) <i.musin(at)postgrespro.ru> Postgres Professional Ltd., Russia

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp