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

FED-251: fixed a (type-position, schema) inconsistency in compute_nodes_for_key_resolution #5435

Merged
merged 1 commit into from
Jun 13, 2024

fixed a (type-position, schema) inconsistency in `compute_nodes_for_k…

d594e19
Select commit
Loading
Failed to load commit list.
Merged

FED-251: fixed a (type-position, schema) inconsistency in compute_nodes_for_key_resolution #5435

fixed a (type-position, schema) inconsistency in `compute_nodes_for_k…
d594e19
Select commit
Loading
Failed to load commit list.
Router Perf / CI Performance Tests failed Jun 13, 2024 in 22m 41s

Performance

Workflow

Some simulations failed

simulation scenario rps minRps maxRps success min_latency_ms max_latency_ms mean_latency_ms
0 step basic 6839 4000 9000 True 4 501 19.366337
1 const basic 5636 3800 4200 False 5 501 10.958678

Details

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

Flamegraph

Gatling

png

Node stats

png

png

png

png

png

png

step - basic

Definition

attack:
  incrementUsers: 100
  rampDuration: PT1S
  startUsers: 4000
  stepDuration: PT10S
  times: 200
  type: step
checks:
  maxFailures: 10000
  maxRps: 9000
  minRps: 4000
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

Flamegraph

Gatling

png

Node stats

png

png

png

png

png

png