We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef7b7d commit cc3926fCopy full SHA for cc3926f
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 = 1000000;
+const TOTAL_USERS = 10000;
8
9
const createEmailPasswordUsers = async () => {
10
console.log(` Creating EmailPassword users...`);
stress-tests/src/oneMillionUsers/generateUsers.ts
@@ -1,7 +1,7 @@
1
import * as fs from 'fs';
2
import { v4 as uuidv4 } from 'uuid';
3
-const USERS_TO_GENERATE = 100000;
+const USERS_TO_GENERATE = 1000000;
const USERS_PER_JSON = 10000;
const n = Math.floor(USERS_TO_GENERATE / USERS_PER_JSON);
0 commit comments