Skip to content

Commit 5b0c02e

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 850ba9e commit 5b0c02e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

benchmarks.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,44 +18,44 @@ description: >-
1818

1919
### Plaintext
2020

21-
**Fiber** handled **6,091,966** responses per second with an average latency of **1.9** ms.
22-
**Express** handled **368,303** responses per second with an average latency of **346.2** ms.
21+
**Fiber** handled **6,162,556** responses per second with an average latency of **2.0** ms.
22+
**Express** handled **367,069** responses per second with an average latency of **354.1** ms.
2323

2424
![](.gitbook/assets/plaintext%20%281%29.png)
2525

2626
![Fiber vs Express](.gitbook/assets/plaintext_express.png)
2727

2828
### Data Updates
2929

30-
**Fiber** handled **11,815** responses per second with an average latency of **42.9** ms.
31-
**Express** handled **1,221** responses per second with an average latency of **412.6** ms.
30+
**Fiber** handled **11,846** responses per second with an average latency of **42.8** ms.
31+
**Express** handled **2,066** responses per second with an average latency of **390.44** ms.
3232

3333
![](.gitbook/assets/data_updates.png)
3434

3535
![Fiber vs Express](.gitbook/assets/data_updates_express%20%281%29.png)
3636

3737
### Multiple Queries
3838

39-
**Fiber** handled **19,895** responses per second with an average latency of **25.4** ms.
40-
**Express** handled **4,280** responses per second with an average latency of **117.8** ms.
39+
**Fiber** handled **19,664** responses per second with an average latency of **25.7** ms.
40+
**Express** handled **4,302** responses per second with an average latency of **117.2** ms.
4141

4242
![](.gitbook/assets/multiple_queries%20%281%29.png)
4343

4444
![Fiber vs Express](.gitbook/assets/multiple_queries_express.png)
4545

4646
### Single Query
4747

48-
**Fiber** handled **367,624** responses per second with an average latency of **0.7** ms.
49-
**Express** handled **57,503** responses per second with an average latency of **4.4** ms.
48+
**Fiber** handled **368,647** responses per second with an average latency of **0.7** ms.
49+
**Express** handled **57,880** responses per second with an average latency of **4.4** ms.
5050

5151
![](.gitbook/assets/single_query%20%282%29.png)
5252

5353
![Fiber vs Express](.gitbook/assets/single_query_express.png)
5454

5555
### JSON Serialization
5656

57-
**Fiber** handled **1,108,213** responses per second with an average latency of **0.5** ms.
58-
**Express** handled **245,211** responses per second with an average latency of **1.1** ms.
57+
**Fiber** handled **1,146,667** responses per second with an average latency of **0.4** ms.
58+
**Express** handled **244,847** responses per second with an average latency of **1.1** ms.
5959

6060
![](.gitbook/assets/json%20%281%29.png)
6161

0 commit comments

Comments
 (0)