Skip to content

Commit 75dc759

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page and 5 assets modified
1 parent a1309bc commit 75dc759

File tree

6 files changed

+25
-15
lines changed

6 files changed

+25
-15
lines changed

.gitbook/assets/data_updates.png

161 KB
Loading

.gitbook/assets/json.png

130 KB
Loading

.gitbook/assets/multiple_queries.png

184 KB
Loading

.gitbook/assets/plaintext.png

93.1 KB
Loading

.gitbook/assets/single_query.png

184 KB
Loading

benchmarks.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,50 @@ description: >-
88

99
## TechEmpower
1010

11-
🔗 [https://www.techempower.com/benchmarks/](https://www.techempower.com/benchmarks/)
11+
🔗 [https://www.techempower.com/benchmarks/](https://www.techempower.com/benchmarks/#section=test&runid=02692910-4c3f-4c56-a9dc-f0167a4280a4)
12+
13+
Fiber v1.8.42
1214

1315
* **CPU** Intel Xeon Gold 5120
1416
* **MEM** 32GB
1517
* **GO** go1.13.6 linux/amd64
1618
* **OS** Linux
1719
* **NET** Dedicated Cisco 10-gigabit Ethernet switch.
1820

19-
To see all language frameworks, visit [Plaintext All Results](https://www.techempower.com/benchmarks/#section=test&runid=350f0783-cc9b-4259-9831-28987799782a&hw=ph&test=plaintext).
20-
To view the list yourself, visit [Plaintext Go Results](https://www.techempower.com/benchmarks/#section=test&runid=350f0783-cc9b-4259-9831-28987799782a&hw=ph&test=plaintext&l=zijocf-1r).
21-
2221
### Plaintext
2322

24-
![](https://raw.githubusercontent.com/gofiber/docs/master/.gitbook/assets/techempower-plaintext.png)
23+
**Fiber** handled **6,091,966** responses per second with an average latency of **1.9** ms.
24+
**Express** handled **368,303** responses per second with an average latency of **346.2** ms.
25+
26+
![](.gitbook/assets/plaintext.png)
27+
28+
### Data Updates
29+
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.
2532

26-
### Plaintext latency
33+
![](.gitbook/assets/data_updates.png)
2734

28-
![](https://raw.githubusercontent.com/gofiber/docs/master/.gitbook/assets/techempower-plaintext-latency.png)
35+
### Multiple Queries
2936

30-
### JSON serialization
37+
**Fiber** handled **19,895** responses per second with an average latency of **25.4** ms.
38+
**Express** handled **4,280** responses per second with an average latency of **117.8** ms.
3139

32-
![](https://raw.githubusercontent.com/gofiber/docs/master/.gitbook/assets/techempower-json.png)
40+
![](.gitbook/assets/multiple_queries.png)
3341

34-
### Single query
42+
### Single Query
3543

36-
![](https://raw.githubusercontent.com/gofiber/docs/master/.gitbook/assets/techempower-single-query.png)
44+
**Fiber** handled **367,624** responses per second with an average latency of **0.7** ms.
45+
**Express** handled **57,503** responses per second with an average latency of **4.4** ms.
3746

38-
### Multiple queries
47+
![](.gitbook/assets/single_query.png)
3948

40-
![](https://raw.githubusercontent.com/gofiber/docs/master/.gitbook/assets/techempower-multiple-queries.png)
49+
### JSON Serialization
4150

42-
### Data updates
51+
**Fiber** handled **1,108,213** responses per second with an average latency of **0.5** ms.
52+
**Express** handled **245,211** responses per second with an average latency of **1.1** ms.
4353

44-
![](https://raw.githubusercontent.com/gofiber/docs/master/.gitbook/assets/techempower-updates.png)
54+
![](.gitbook/assets/json.png)
4555

4656
## Go web framework benchmark
4757

0 commit comments

Comments
 (0)