Ctrl+P
Load testing your project with a few lines of JavaScript code.
.gl-js
function main() { Group.run({ scenario: myScenario, users: 10, profile: '5s' }); } function myScenario() { http('https://google.com') .get('') .get('unknown') .sync() }
Run GeekLoad script (F5)