diff --git a/node-simple-test.yaml b/node-simple-test.yaml new file mode 100644 index 0000000..ec32636 --- /dev/null +++ b/node-simple-test.yaml @@ -0,0 +1,18 @@ +config: + target: http://plygrnd.org + phases: + - duration: 600 + arrivalRate: 100 + rampTo: 300 + name: Spike phase + # Load & configure a couple of useful plugins + # https://docs.art/reference/extensions + plugins: + apdex: {} + apdex: + threshold: 100 +scenarios: + - flow: + - get: + url: "/" + \ No newline at end of file