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 ac6ecf2 commit 4dd5936Copy full SHA for 4dd5936
load-test/scripts/loadTest.js
@@ -25,13 +25,13 @@ const USE_CUSTOM_METRICS = false;
25
26
// Change these options to increase the user goal or time to run the test.
27
export const options = getTestOptions(
28
- /* User goal */ 15000,
+ /* User goal */ 1000,
29
/* High load time minutes */ 4
30
);
31
32
// Change this to test different code
33
-const SOURCE_TO_TEST = sources.theaterImageFilter;
34
-const MINI_APP_TYPE = MiniAppType.THEATER;
+const SOURCE_TO_TEST = sources.helloWorld;
+const MINI_APP_TYPE = MiniAppType.CONSOLE;
35
36
// Set this to true to space out requests every REQUEST_TIME_MS milliseconds. Set to
37
// false to send as many requests as possible.
0 commit comments