-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathperformance-results.txt
57 lines (40 loc) · 1005 Bytes
/
performance-results.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=============================================================================
9fedc1ee82661eb6cbf54153198542fcbe51f771 - With http packets on sockets
HIPE compilation
Process | RPS
-------------------
20 | 16891
40 | 17048
Without HIPE compilation
Process | RPS
-------------------
20 | 14249
40 | 13507
=============================================================================
1cb83bb70fffa37f3b51d874f15f0a1d21b72378 - With raw packets on sockets
HIPE compilation
Process | RPS
-------------------
20 | 19651
40 | 20088
Without HIPE compilation
Process | RPS
-------------------
20 | 18577
40 | 18601
Comparison between gen_tcp:recv on http packets and decoding from lhttpc_protocol
Gen_tcp
Process | RPS
-------------------
20 | 32214
40 | 31731
lhttpc_protocol - without HIPE
Process | RPS
-------------------
20 | 25658
40 | 27448
lhttpc_protocol -HIPE
Process | RPS
-------------------
20 | 55814
40 | 49963