ã¯ããã« ãã®è¨äºã§ã¯App Service ã«ãããã¤ãã .NET ã¢ããªã®å¿çé 延ãåæãã¾ãã ä¸è¨ã®è¨äºã§äºåæºåãã¦ããã¾ãã å¿çé 延ã®åç¾ 10ç§ã¹ãªã¼ãããã¨ã³ããã¤ã³ãã®ä¾ ã©ã³ãã ã«1~10ç§é 延ãããªã¯ã¨ã¹ãã5åéãã¾ãã import http from 'k6/http'; import { sleep } from 'k6'; export default function () { http.setResponseCallback(http.expectedStatuses(200)); // Generate a random sleep time between 1 and 10 seconds const sleepTime = Math.floor(Math.random() * 10) + 1; http.get('https://toshida
{{#tags}}- {{label}}
{{/tags}}