import { check } from 'k6'; import http from "k6/http"; export default function main(token) { let res = http.get( ...
確定! 回上一頁