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
+2
View File
@@ -186,6 +186,8 @@ export async function createTestSQLContainer({
const { container } = await database.containers.createIfNotExists({ const { container } = await database.containers.createIfNotExists({
id: containerId, id: containerId,
partitionKey, partitionKey,
}, {
offerThroughput: 4000,
}); });
if (includeTestData) { if (includeTestData) {
const batchCount = TestData.length / 100; const batchCount = TestData.length / 100;