Skip to content

Commit

Permalink
run longer test with more testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Feb 12, 2025
1 parent bdff65d commit 8022650
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { default as run, options as _options, setup as _setup } from "./enduser-search.js";

const numberOfEndUsers = 100; // Remove when altinn-testtools bulk get of endusers/tokens is fast
const numberOfEndUsers = 2000; // Remove when altinn-testtools bulk get of endusers/tokens is fast
export let options = {
summaryTrendStats: ['avg', 'min', 'med', 'max', 'p(95)', 'p(99)', 'p(99.5)', 'p(99.9)', 'count'],
vus: 1,
duration: "30s",
thresholds: {
..._options.thresholds,
"http_req_duration{name:enduser search}": ["p(95)<30"],
"http_req_duration{name:enduser search}": ["p(95)<300"],
"http_req_duration{name:get dialog}": ["p(95)<300"],
"http_req_duration{name:get dialog activities}": ["p(95)<300"],
"http_req_duration{name:get dialog activity}": ["p(95)<300"],
Expand Down

0 comments on commit 8022650

Please sign in to comment.