Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm chart - make .Values.router optional #4935

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

helm chart - make .Values.router optional

791cdb9
Select commit
Failed to load commit list.
Open

helm chart - make .Values.router optional #4935

helm chart - make .Values.router optional
791cdb9
Select commit
Failed to load commit list.
Router Perf / CI Performance Tests failed Apr 10, 2024 in 0s

Performance

Workflow

Some simulations failed

simulation scenario rps minRps maxRps success min_latency_ms max_latency_ms mean_latency_ms
0 const basic 4036 3800 4200 True 5 31 9.107438
1 step basic 6995 7000 9000 False 5 501 38.140351

Details

Tests

const - basic

step - basic

const - basic

definition

attack:
  duration: PT2M
  type: constant
  users: 4000
checks:
  maxFailures: 10000
  maxRps: 4200
  minRps: 3800
operation:
  breadth: 2
  depth: 5
  fields: 100
  name: basic
  subgraphResponseFieldSize: 32
  timeout: PT0.5S
  type: query
protocol:
  http2: false
  shareConnections: true
warmup:
- duration: PT10S
  endUsers: 4000
  startUsers: 0
  type: ramp
- duration: PT10S
  type: constant
  users: 4000

Gatling

/tmp/ipykernel_149/2413066115.py:42: FutureWarning: 'S' is deprecated and will be removed in a future version, please use 's' instead.
  all = all.groupby([pd.Grouper(key='timestamp', freq='1S'), 'metric']).max().reset_index()

png

Node stats

png

png

png

png

png

png

step - basic

definition

attack:
  incrementUsers: 100
  rampDuration: PT1S
  startUsers: 6000
  stepDuration: PT10S
  times: 200
  type: step
checks:
  maxFailures: 10000
  maxRps: 9000
  minRps: 7000
operation:
  breadth: 2
  depth: 5
  fields: 100
  name: basic
  subgraphResponseFieldSize: 32
  timeout: PT0.5S
  type: query
protocol:
  http2: false
  shareConnections: true
warmup:
- duration: PT10S
  endUsers: 6000
  startUsers: 0
  type: ramp
- duration: PT10S
  type: constant
  users: 6000

Gatling

/tmp/ipykernel_149/2413066115.py:42: FutureWarning: 'S' is deprecated and will be removed in a future version, please use 's' instead.
  all = all.groupby([pd.Grouper(key='timestamp', freq='1S'), 'metric']).max().reset_index()

png

Node stats

png

png

png

png

png

png