Skip to content

20250120기록

yanggwangseong edited this page Jan 20, 2025 · 1 revision
  • 좋아요 제거

https://snapshots.raintank.io/dashboard/snapshot/DNCtr4ek0vTaehvwoxu6KJy9FYQL27m8

scenarios: {
        ramping_requests: {
            executor: "ramping-arrival-rate",
            timeUnit: "1s",
            stages: [
                { duration: "1m", target: 1000 },
                { duration: "1m", target: 0 },
            ],
            preAllocatedVUs: 100, // 초기 VU
            maxVUs: 210, // 필요에 따라 동적으로 추가
        },
    },
Clone this wiki locally