mirror of https://github.com/rwf2/Rocket.git
Update build benchmark in FAQ.
This commit is contained in:
parent
1c9ac78f76
commit
0a8f917180
|
@ -54,13 +54,14 @@ looks like:
|
||||||
|
|
||||||
| Framework | Dependencies | Build Time |
|
| Framework | Dependencies | Build Time |
|
||||||
|----------------------|--------------|------------|
|
|----------------------|--------------|------------|
|
||||||
| Rocket 0.5-rc.2 | 148 | 44s |
|
| Rocket 0.5-rc.2 | 175 | 50s |
|
||||||
| Actix-Web 4.0-beta.8 | 175 | 47s |
|
| Actix-Web 4.0.1 | 155 | 40s |
|
||||||
| Tide 0.16 | 209 | 34s |
|
| Tide 0.16 | 202 | 37s |
|
||||||
| Warp 0.3 | 148 | 37s |
|
| Warp 0.3.2 | 132 | 30s |
|
||||||
|
| Axum 0.5.4 | 81 | 18s |
|
||||||
|
|
||||||
<small>· Measurements taken on a MacBookPro15,1 Intel Core i9 @ 2.9GHZ, macOS
|
<small>· Measurements taken on a MacBookPro15,1 Intel Core i9 @ 2.9GHZ, macOS
|
||||||
11.2.1, Rust 1.53 stable. Best of 3.</small><br />
|
12.1, Rust 1.60 stable. Best of 3.</small><br />
|
||||||
<small>· Rocket includes features like multipart parsing and static file
|
<small>· Rocket includes features like multipart parsing and static file
|
||||||
serving that would require additional deps in other frameworks.</small>
|
serving that would require additional deps in other frameworks.</small>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue