Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wasif2mehmood committed May 14, 2024
1 parent 27de615 commit ff55972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UserAccMgmtServ/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ import http from 'k6/http';
import { sleep } from 'k6';

export const options = {
vus: 100,
vus: 50,
duration: '5s',
};

export default function () {
let payloadSignup = JSON.stringify({
"username": "asdfgh",
"username": "asdfgasssssdfh",
"password": "Test@23031946wasif@M@1234",
"confirmPassword": "Test@23031946wasif@M@1234",
"email": "wmehmoooodismnh@gmail.com"
"email": "wmehmoooodismnssh@gmail.com"
});

let payloadLogin = JSON.stringify({
Expand Down

0 comments on commit ff55972

Please sign in to comment.