We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e2ae2 commit 6546fc8Copy full SHA for 6546fc8
README.md
@@ -114,7 +114,7 @@ with testgres.get_new_node('master') as master:
114
115
`testgres` also can help you to make benchmarks using `pgbench` from postgres installation:
116
117
-```
+```python
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'])
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='testgres',
5
packages=['testgres'],
6
- version='1.3.0',
+ version='1.3.1',
7
description='Testing utility for PostgreSQL and its extensions',
8
license='PostgreSQL',
9
author='Ildar Musin',
0 commit comments