Skip to content

Commit 40b635f

Browse files
SattvikSattvik
Sattvik
authored and
Sattvik
committed
fix: stress tests
1 parent 18f0063 commit 40b635f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stress-tests/src/oneMillionUsers/createUsers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ThirdParty from "supertokens-node/recipe/thirdparty";
44

55
import { workInBatches, measureTime } from "../common/utils";
66

7-
const TOTAL_USERS = 100000;
7+
const TOTAL_USERS = 1000000;
88

99
const createEmailPasswordUsers = async () => {
1010
console.log(` Creating EmailPassword users...`);

0 commit comments

Comments
 (0)