Skip to content

Instantly share code, notes, and snippets.

@jrudio
Last active June 21, 2021 03:33
Show Gist options
  • Save jrudio/aced1f33c4a78e754d7330d9670c004b to your computer and use it in GitHub Desktop.
Save jrudio/aced1f33c4a78e754d7330d9670c004b to your computer and use it in GitHub Desktop.

Configuration

  • 100rps
  • 1 minute tests

Proxy

Route Requests Per Second Latency
GET /api/about/:id 100 73ms
POST /api/about/new 100 140ms

Configuration

  • 100rps
  • 1 minute tests

Load Balancer with 4 service nodes

Route Requests Per Second Latency
GET /api/about/:id 100 78ms
GET /api/about/:id 300 80ms
POST /api/about/new 100 140ms
POST /api/about/new 300 143ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment