Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dunnock
Last active March 1, 2020 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dunnock/8a7b906e5d831c78f8fbca658552b77c to your computer and use it in GitHub Desktop.
Save dunnock/8a7b906e5d831c78f8fbca658552b77c to your computer and use it in GitHub Desktop.
actix-node-benchmark: run 2: /tasks?summary=wherever&full=true&limit=10 with concurrency =1..512, pool of 15 connections
Target Concurrency PSQL cpu mem Node cpu mem Actix cpu mem lat ms rps
node 2 1.89 2153 0.12 59 0.00 28 39.89 50
actix 2 1.77 2153 0.00 68 0.20 28 5.77 346
node 4 3.75 2363 0.20 70 0.00 28 42.20 94
actix 4 3.62 2363 0.00 86 0.34 28 5.92 674
node 8 7.59 2829 0.37 84 0.00 28 45.49 175
actix 8 7.20 2828 0.00 87 0.58 28 6.12 1305
node 16 14.63 3668 0.59 93 0.00 28 48.58 328
actix 16 13.50 3668 0.00 88 0.88 29 6.43 2486
node 32 14.62 3669 0.60 89 0.00 29 97.28 328
actix 32 13.47 3668 0.00 91 0.89 31 13.35 2395
node 64 14.61 3668 0.59 92 0.00 31 192.18 326
actix 64 13.48 3668 0.00 88 0.89 31 25.91 2425
node 128 14.29 3668 0.64 91 0.00 31 360.66 322
actix 128 13.52 3668 0.00 91 0.89 32 48.44 2410
node 256 14.25 3668 0.63 102 0.00 32 714.51 323
actix 256 13.47 3668 0.00 52 0.90 34 95.73 2437
node 512 14.18 3668 0.64 107 0.00 34 1430.00 316
actix 512 13.52 3668 0.00 55 0.88 38 198.89 2345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment