remove test container throughput

This commit is contained in:
Asier Isayas
2026-01-05 16:40:48 -05:00
parent 441e4ac14f
commit 211a0e2555
4 changed files with 3 additions and 17 deletions

View File

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