Skip to content

Commit

Permalink
Update script1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-59 authored Sep 11, 2023
1 parent 680028f commit 59b3f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script1.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import http from 'k6/http';
import { sleep } from 'k6';
export let options = {
vus: 11,
duration: '34s',
duration: '35s',
};
export default function () {
http.get('http://test.k6.io');
Expand Down

0 comments on commit 59b3f32

Please sign in to comment.