Skip to content

Commit

Permalink
Update k6Loadtest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MadKea committed Jul 13, 2023
1 parent 13f9a5d commit b1c0ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6Loadtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const options = {
};

export default function () {
const res = http.get('http://localhost:4200');
const res = http.get('http://localhost:4200/home');
sleep(1);
}

0 comments on commit b1c0ecb

Please sign in to comment.