for test sql containers, use throughput of 4000

This commit is contained in:
Asier Isayas
2026-01-15 08:25:00 -08:00
parent 4615af0c1c
commit 2466a58e1a

View File

@@ -186,6 +186,8 @@ export async function createTestSQLContainer({
const { container } = await database.containers.createIfNotExists({
id: containerId,
partitionKey,
}, {
offerThroughput: 4000,
});
if (includeTestData) {
const batchCount = TestData.length / 100;