Skip to content

Commit 78d16bf

Browse files
committed
less writers in 003_pgbench.pl
1 parent b20812d commit 78d16bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/mmts/t/003_pgbench.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ sub writer
6565
{
6666
my ($node, $inref, $outref) = @_;
6767

68-
my $clients = 10;
69-
my $jobs = 10;
68+
my $clients = 5;
69+
my $jobs = 1;
7070
my $seconds = 30;
7171
my @argv = (
7272
'pgbench',

0 commit comments

Comments
 (0)