Skip to content

Commit 4dd5936

Browse files
committed
Reset defaults
1 parent ac6ecf2 commit 4dd5936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

load-test/scripts/loadTest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ const USE_CUSTOM_METRICS = false;
2525

2626
// Change these options to increase the user goal or time to run the test.
2727
export const options = getTestOptions(
28-
/* User goal */ 15000,
28+
/* User goal */ 1000,
2929
/* High load time minutes */ 4
3030
);
3131

3232
// Change this to test different code
33-
const SOURCE_TO_TEST = sources.theaterImageFilter;
34-
const MINI_APP_TYPE = MiniAppType.THEATER;
33+
const SOURCE_TO_TEST = sources.helloWorld;
34+
const MINI_APP_TYPE = MiniAppType.CONSOLE;
3535

3636
// Set this to true to space out requests every REQUEST_TIME_MS milliseconds. Set to
3737
// false to send as many requests as possible.

0 commit comments

Comments
 (0)