Skip to content

Commit 1d84531

Browse files
SattvikSattvik
authored andcommitted
fix: stress tests
1 parent 56c6163 commit 1d84531

File tree

1 file changed

+1
-1
lines changed
  • stress-tests/src/oneMillionUsers

1 file changed

+1
-1
lines changed

stress-tests/src/oneMillionUsers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async function main() {
122122
console.error("An error occurred during execution:", error);
123123
throw error;
124124
} finally {
125-
// await deleteStInstance(deployment.deployment_id);
125+
await deleteStInstance(deployment.deployment_id);
126126
}
127127
}
128128

0 commit comments

Comments
 (0)