Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>GeekLoadNew to Visual Studio Code? Get it now.
GeekLoad

GeekLoad

Home of geeks

|
316 installs
| (0) | Free
Load testing of your project. Handy.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GeekLoad

Load testing your project with a few lines of JavaScript code.

Getting started

  • Install and run docker
  • Create a file with the extension .gl-js
  • Insert a code:
    function main() {
      Group.run({
        scenario: myScenario,
        users: 10,
        profile: '5s'
      });
    }
    
    function myScenario() {
      http('https://google.com')
        .get('')
        .get('unknown')
        .sync()
    }
    
  • Execute the Run GeekLoad script (F5) command
  • And get a report:
  • For more information, look at online documentation
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft