Skip to content

Instantly share code, notes, and snippets.

@Jiveloper

Jiveloper/env.sh Secret

Created October 31, 2022 14:19
Show Gist options
  • Save Jiveloper/c2ddb76de90d0ea9b7164d5e90d3744d to your computer and use it in GitHub Desktop.
Save Jiveloper/c2ddb76de90d0ea9b7164d5e90d3744d to your computer and use it in GitHub Desktop.
성능테스트 블로깅
import http from 'k6/http';
const hostname = `http://${__ENV.DOMAIN}`;
export default function () {
let res = http.get(hostname + '/my_messages.php');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment