diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-29 11:52:11 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-29 11:52:11 -0600 |
| commit | 4984ccc6c2fe3e336a2cd2d3b85d8cda52b68225 (patch) | |
| tree | eb8b92686d8512b48c8fb4e770b2ebd236427ad3 /bin | |
| parent | de2efaf72ab26f3a66368c732023e41ea5966bda (diff) | |
Add some notes on pgbench
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/bench | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/bench b/bin/bench new file mode 100755 index 0000000..4a7aa1e --- /dev/null +++ b/bin/bench @@ -0,0 +1,5 @@ +#!/bin/sh + +pgbench -h $PWD/tmp/sockets -i -s 100 course +pgbench -h $PWD/tmp/sockets -c 10 -T 30 course +# pgbench -h $PWD/tmp/sockets -C -c 10 -T 30 course |
