Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56886b2

Browse files
committed
less writers in 003_pgbench.pl
1 parent 2d84516 commit 56886b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)