From 939301f84693a343c8660f13ce19998de30964fc Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 12 Feb 2024 21:01:52 -0600 Subject: [PATCH] load test updates --- bun-load-test.yaml | 18 ++---------------- node-load-test.yaml | 18 ++---------------- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/bun-load-test.yaml b/bun-load-test.yaml index 9f3fdc0..020ba3e 100644 --- a/bun-load-test.yaml +++ b/bun-load-test.yaml @@ -2,12 +2,8 @@ config: target: http://bun.plygrnd.org phases: - duration: 600 - arrivalRate: 20 - rampTo: 30 - name: Warm up phase - - duration: 600 - arrivalRate: 30 - rampTo: 50 + arrivalRate: 50 + rampTo: 100 name: Ramp up load - duration: 600 arrivalRate: 100 @@ -15,16 +11,6 @@ config: name: Spike phase # Load & configure a couple of useful plugins # https://docs.art/reference/extensions - plugins: - ensure: {} - apdex: {} - metrics-by-endpoint: {} - apdex: - threshold: 100 - ensure: - thresholds: - - http.response_time.p99: 100 - - http.response_time.p95: 75 scenarios: - flow: - get: diff --git a/node-load-test.yaml b/node-load-test.yaml index 9a8b9d8..4dc9650 100644 --- a/node-load-test.yaml +++ b/node-load-test.yaml @@ -2,12 +2,8 @@ config: target: http://node.plygrnd.org phases: - duration: 600 - arrivalRate: 20 - rampTo: 30 - name: Warm up phase - - duration: 600 - arrivalRate: 30 - rampTo: 50 + arrivalRate: 50 + rampTo: 100 name: Ramp up load - duration: 600 arrivalRate: 100 @@ -15,16 +11,6 @@ config: name: Spike phase # Load & configure a couple of useful plugins # https://docs.art/reference/extensions - plugins: - ensure: {} - apdex: {} - metrics-by-endpoint: {} - apdex: - threshold: 100 - ensure: - thresholds: - - http.response_time.p99: 100 - - http.response_time.p95: 75 scenarios: - flow: - get: