updated k6.js
ceccdeca
Hari Sekhon
committed
1 changed file
k6.js
/k6.js+5
/k6.js
Add comment 13 // [% LINKEDIN %]
Add comment 14 //
Add comment 15
Add comment 16 Plus  // https://k6.io/docs/getting-started/running-k6/
Add comment 17 Plus  
Add comment 16 18 import http from 'k6/http';
Add comment 17 19 import { sleep } from 'k6';
Add comment 18 20
Add comment 50 52 }
Add comment 51 53
Add comment 52 54 // more complex requests such as logins
Add comment 55 Plus  //
Add comment 56 Plus  // https://k6.io/docs/using-k6/http-requests/
Add comment 57 Plus  //
Add comment 53 58 //export default function () {
Add comment 54 59 // const url = 'http://test.k6.io/login';
Add comment 55 60 // const payload = JSON.stringify({