mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 23:56:55 +08:00
Increased concurrency in HNSW insert test
This commit is contained in:
@@ -50,7 +50,7 @@ for my $i (1 .. 20)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$node->pgbench(
|
$node->pgbench(
|
||||||
"--no-vacuum --client=5 --transactions=20",
|
"--no-vacuum --client=20 --transactions=5",
|
||||||
0,
|
0,
|
||||||
[qr{actually processed}],
|
[qr{actually processed}],
|
||||||
[qr{^$}],
|
[qr{^$}],
|
||||||
|
|||||||
Reference in New Issue
Block a user