Skip to content

Repository files navigation

Which is the fastest?

Build Status Join the chat at https://gitter.im/which_is_the_fastest/Lobby

This project aims to be a load benchmarking suite, no more, no less

Measuring response times (routing times) for each framework (middleware).

⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
Results are not production-ready yet
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️

Additional purposes :

  • Helping decide between languages, depending on use case
  • Learning languages, best practices, devops culture ...
  • Having fun ❤️

Requirements

  • Crystal as built-in tools are made in this language
  • Docker as frameworks are isolated into containers
  • wrk as benchmarking tool, >= 4.1.0
  • postgresql to store data, >= 10

ℹ️ you need wrk stable

git clone --branch 4.1.0 https://github.com/wg/wrk

⚠️ docker is used for development purpose, production results will be computed on DigitalOcean ⚠️

Usage

  • Install all dependencies
shards install
  • Build internal tools
shards build
  • Create and initialize the database
createdb -U postgres benchmark
psql -U postgres -d benchmark < .ci/dump.sql
export DATABASE_URL="postgresql://postgres@localhost/benchmark"
  • Make configuration
bin/make config
  • Build containers

jobs are either languages (example : crystal) or frameworks (example : router.cr)

bin/neph [job1] [job2] [job3] ...
  • Export all results readme
bin/db to_readme

Results

ℹ️ Updated on 2020-02-02 ℹ️

Benchmarking with wrk

  • Threads : 128
  • Connections : 128
  • Duration : 10 (seconds)
Language Framework Speed (req/s) Horizontal scale (parallelism) Vertical scale (concurrency)
1 nim (1.0) httpbeast (0.2) 159 722
2 javascript (13.7) sifrr (0.0) 159 006
3 javascript (13.7) nanoexpress (1.1) 150 597
4 c (11) agoo-c (0.7) 140 038
5 java (8) rapidoid (5.5) 139 313
6 crystal (0.31) router.cr (0.2) 139 026
7 crystal (0.31) toro (0.4) 138 985
8 crystal (0.31) spider-gazelle (2.3) 136 858
9 crystal (0.31) raze (0.3) 136 461
10 nim (1.0) jester (0.4) 134 594
11 crystal (0.31) kemal (0.26) 133 705
12 go (1.13) fasthttp (1.8) 130 947
13 go (1.13) fasthttprouter (0.1) 127 386
14 go (1.13) router (0.6) 127 095
15 go (1.13) atreugo (10.3) 126 698
16 go (1.13) gorouter-fasthttp (4.4) 126 007
17 crystal (0.31) grip (0.26) 125 787
18 go (1.13) fiber (1.2) 125 148
19 crystal (0.31) amber (0.3) 124 742
20 crystal (0.31) orion (2.1) 120 099
21 php (7.4) workerman (3.5) 115 754
22 ruby (2.6) agoo (2.12) 99 724
23 java (8) act (1.8) 98 094
24 go (1.13) rte (0.0) 92 391
25 go (1.13) gorouter (4.4) 88 087
26 csharp (7.3) aspnetcore (3.0) 87 013
27 go (1.13) chi (4.0) 86 411
28 javascript (13.7) polkadot (1.0) 86 171
29 go (1.13) aero (1.3) 85 842
30 go (1.13) kami (2.2) 85 407
31 go (1.13) violetear (7.0) 84 002
32 go (1.13) goroute (0.0) 82 748
33 go (1.13) echo (4.1) 82 482
34 cpp (11) drogon (1.0) 82 114
35 javascript (13.7) 0http (2.2) 81 693
36 go (1.13) gorilla-mux (1.7) 81 131
37 go (1.13) beego (1.12) 79 695
38 go (1.13) gin (1.5) 78 789
39 go (1.13) webgo (3.0) 78 185
40 javascript (13.7) rayo (1.3) 75 813
41 javascript (13.7) polka (0.5) 74 020
42 swift (5.1) perfect (3.1) 73 750
43 javascript (13.7) restana (4.0) 73 011
44 go (1.13) air (0.14) 70 266
45 python (3.8) falcon (2.0) 67 842
46 go (1.13) gf (1.11) 67 293
47 c (11) kore (3.3) 64 165
48 javascript (13.7) muneem (2.4) 62 215
49 javascript (13.7) fastify (2.11) 61 273
50 javascript (13.7) foxify (0.1) 60 267
51 java (8) javalin (3.5) 59 288
52 python (3.8) apidaora (0.12) 57 529
53 php (7.4) one (1.9) 56 341
54 javascript (13.7) koa (2.11) 56 252
55 python (3.8) bottle (0.12) 55 929
56 go (1.13) mars (1.0) 53 929
57 scala (2.12) akkahttp (10.1) 53 883
58 javascript (13.7) iotjs-express (0.0) 53 277
59 kotlin (1.3) ktor (1.2) 52 555
60 clojure (1.10) coast (1.0) 52 365
61 python (3.8) asgineer (0.7) 51 833
62 swift (5.1) vapor (3.3) 48 872
63 rust (1.41) nickel (0.11) 48 634
64 php (7.4) hyperf (1.0) 47 446
65 python (3.8) blacksheep (0.2) 47 405
66 java (8) micronaut (1.2) 46 940
67 swift (5.1) kitura-nio (2.8) 46 842
68 swift (5.1) kitura (2.8) 46 167
69 rust (1.41) gotham (0.4) 45 253
70 cpp (11) evhtp (1.2) 45 068
71 javascript (13.7) express (4.17) 45 025
72 python (3.8) pyramid (1.1) 44 941
73 python (3.8) hug (2.6) 44 598
74 python (3.8) starlette (0.13) 42 658
75 java (8) spring-boot (2.1) 40 987
76 php (7.4) imi (1.0) 40 977
77 scala (2.12) http4s (0.18) 39 514
78 ruby (2.6) syro (3.1) 38 908
79 javascript (13.7) hapi (19.0) 38 617
80 ruby (2.6) roda (3.28) 38 433
81 javascript (13.7) restify (8.5) 37 727
82 php (7.4) sw-fw-less (preview) 37 441
83 php (7.4) swoft (2.0) 35 385
84 ruby (2.6) cuba (3.9) 34 167
85 javascript (13.7) moleculer (0.13) 29 859
86 python (3.8) responder (2.0) 28 652
87 python (3.8) fastapi (0.47) 28 473
88 ruby (2.6) rack-routing (0.0) 28 433
89 crystal (0.31) lucky (0.18) 28 118
90 ruby (2.6) camping (2.1) 25 685
91 python (3.8) aiohttp (3.6) 25 430
92 python (3.8) clastic (19.9) 24 931
93 crystal (0.31) athena (0.7) 24 646
94 python (3.8) molten (0.27) 24 569
95 java (8) spring-framework (5.2) 22 910
96 javascript (13.7) turbo_polka (0.3) 22 403
97 python (3.8) masonite (2.3) 22 335
98 python (3.8) flask (1.1) 22 039
99 ruby (2.6) flame (4.18) 21 917
100 python (3.8) emmett (2.0.0a1) 20 442
101 ruby (2.6) plezi (0.16) 20 124
102 rust (1.41) iron (0.6) 19 229
103 python (3.8) sanic (19.12) 19 187
104 ruby (2.6) hanami (1.3) 17 678
105 php (7.4) spiral (2.4) 17 170
106 ruby (2.6) sinatra (2.0) 14 775
107 python (3.8) quart (0.10) 12 770
108 ruby (2.6) grape (1.3) 12 276
109 swift (5.1) swifter (1.4) 11 286
110 fsharp (7.3) suave (2.5) 10 867
111 go (1.13) gramework (1.7) 9 971
112 python (3.8) tornado (6.0) 9 717
113 python (3.8) django (3.0) 9 400
114 python (3.8) cherrypy (18.5) 8 394
115 php (7.4) ubiquity (2.3) 8 308
116 php (7.4) hamlet (3.2) 7 396
117 php (7.4) one-fpm (1.9) 7 195
118 php (7.4) phalcon (4.0) 7 053
119 crystal (0.31) onyx (0.5) 5 436
120 julia (1.3) merly (0.2) 4 539
121 php (7.4) slim (4.4) 4 526
122 php (7.4) lumen (6.3) 4 202
123 ruby (2.6) rails (6.0) 3 579
124 php (7.4) zend-expressive (3.2) 3 507
125 perl (5.3) dancer2 (2.0) 3 506
126 php (7.4) symfony (4.3) 3 281
127 python (3.8) cyclone (1.3) 2 336
128 php (7.4) zend-framework (3.1) 1 887
129 python (3.8) klein (19.6) 1 549
130 python (3.8) nameko (2.12) 1 515
131 php (7.4) basicphp (0.9) 1 414
132 php (7.4) laravel (6.12) 418

How to contribute ?

In any way you want ...

  • Request a framework addition
  • Report a bug (on any implementation)
  • Suggest an idea
  • ...

Any kind of idea is ❤️

Contributors

About

Which is the fastest web framework?

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages