Difference between revisions of "Script.js"
Jump to navigation
Jump to search
(Created page with "{{lc}} import http from 'k6/http'; import { sleep } from 'k6'; export default function () { http.get('https://test.k6.io'); sleep(1); }") |
|||
Line 9: | Line 9: | ||
sleep(1); | sleep(1); | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | {{K6}} |
Latest revision as of 11:14, 5 July 2023
import http from 'k6/http'; import { sleep } from 'k6'; export default function () { http.get('https://test.k6.io'); sleep(1); }
Advertising: