Skip to content

Commit

Permalink
Refactor test js: Reduce acceptable rt to 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
farshaddavoudi committed Aug 2, 2024
1 parent 1bc29d1 commit d952353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { check, sleep } from "k6";
import { Counter } from "k6/metrics";
import { htmlReport } from "./HtmlReporter.js";

const maxAcceptableResponseTime = 10; //Seconds
const maxAcceptableResponseTime = 5; //Seconds
const realUserRPM = 3;

let counterOkResponses = new Counter("ok_responses");
Expand Down

0 comments on commit d952353

Please sign in to comment.