We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f0063 commit 40b635fCopy full SHA for 40b635f
stress-tests/src/oneMillionUsers/createUsers.ts
@@ -4,7 +4,7 @@ import ThirdParty from "supertokens-node/recipe/thirdparty";
4
5
import { workInBatches, measureTime } from "../common/utils";
6
7
-const TOTAL_USERS = 100000;
+const TOTAL_USERS = 1000000;
8
9
const createEmailPasswordUsers = async () => {
10
console.log(` Creating EmailPassword users...`);
0 commit comments