Skip to content

Instantly share code, notes, and snippets.

@dunnock
Last active March 1, 2020 11:17
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/b94e37f3342b8d411df5e469fe442786 to your computer and use it in GitHub Desktop.
Save dunnock/b94e37f3342b8d411df5e469fe442786 to your computer and use it in GitHub Desktop.
actix-node-benchmark: run 1: /tasks with concurrency =1..512, pool of 15 connections
Target Concurrency PSQL cpu mem Node cpu mem Actix cpu mem lat ms rps
node 2 0.58 112 0.91 86 0.00 5 2.19 919
actix 2 0.89 126 0.00 86 0.42 5 0.98 2022
node 4 0.68 155 1.02 87 0.00 5 3.58 1123
actix 4 2.01 183 0.00 87 0.80 5 0.88 4520
node 8 0.76 242 1.02 87 0.00 5 6.51 1232
actix 8 3.42 298 0.00 87 0.99 6 1.06 7525
node 16 0.73 395 1.02 87 0.00 6 13.10 1221
actix 16 3.89 469 0.00 87 1.00 6 1.98 8076
node 32 0.75 498 1.02 86 0.00 6 23.83 1342
actix 32 3.61 498 0.00 87 1.00 7 4.01 7963
node 64 0.82 498 1.03 86 0.00 7 45.26 1389
actix 64 3.54 498 0.00 87 1.00 9 7.97 7894
node 256 0.78 498 1.05 91 0.00 12 180.55 1291
actix 256 3.56 498 0.00 91 1.00 18 30.18 7742
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment