Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created December 3, 2022 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syossan27/c52db321867a0d453911a201cdc94806 to your computer and use it in GitHub Desktop.
Save syossan27/c52db321867a0d453911a201cdc94806 to your computer and use it in GitHub Desktop.
import http from 'k6/http';
import { sleep } from 'k6';
export default function () {
http.get('https://test.k6.io');
sleep(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment