Updated test name [skip ci]

This commit is contained in:
Andrew Kane
2023-08-11 17:17:28 -07:00
parent 03930e15a4
commit 9d689afd7e

View File

@@ -29,7 +29,7 @@ $node->pgbench(
[qr{^$}],
"concurrent INSERTs",
{
"007_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;"
"014_hnsw_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;"
}
);