We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d84531 commit 3e1588eCopy full SHA for 3e1588e
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 = 1000;
+const TOTAL_USERS = 100000;
8
9
const createEmailPasswordUsers = async () => {
10
console.log(` Creating EmailPassword users...`);
0 commit comments