-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbenchmarks_manual.txt
102 lines (71 loc) · 1.96 KB
/
benchmarks_manual.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
==========
Byte streams:
Number of tests: 1
JacksonAfterBurner (ms/tests): 264.00
JacksonStreaming (ms/tests): 79.00
JacksonVulgaris (ms/tests): 64.00
ManualJsonStreaming (ms/tests): 56.00
==========
Strings:
Number of tests: 1
JacksonAfterBurner (ms/tests): 60.00
JacksonStreaming (ms/tests): 57.00
JacksonVulgaris (ms/tests): 19.00
ManualJsonStreaming (ms/tests): 28.00
==========
Byte streams:
Number of tests: 30
JacksonAfterBurner (ms/tests): 5.27
JacksonStreaming (ms/tests): 8.77
JacksonVulgaris (ms/tests): 3.80
ManualJsonStreaming (ms/tests): 3.80
==========
Strings:
Number of tests: 30
JacksonAfterBurner (ms/tests): 4.73
JacksonStreaming (ms/tests): 6.67
JacksonVulgaris (ms/tests): 3.83
ManualJsonStreaming (ms/tests): 3.50
==========
Byte streams:
Number of tests: 300
JacksonAfterBurner (ms/tests): 3.88
JacksonStreaming (ms/tests): 5.79
JacksonVulgaris (ms/tests): 3.92
ManualJsonStreaming (ms/tests): 3.43
==========
Strings:
Number of tests: 300
JacksonAfterBurner (ms/tests): 3.71
JacksonStreaming (ms/tests): 5.69
JacksonVulgaris (ms/tests): 3.65
ManualJsonStreaming (ms/tests): 3.57
==========
Byte streams:
Number of tests: 3000
JacksonAfterBurner (ms/tests): 3.68
JacksonStreaming (ms/tests): 5.64
JacksonVulgaris (ms/tests): 3.79
ManualJsonStreaming (ms/tests): 3.28
==========
Strings:
Number of tests: 3000
JacksonAfterBurner (ms/tests): 3.68
JacksonStreaming (ms/tests): 5.71
JacksonVulgaris (ms/tests): 3.71
ManualJsonStreaming (ms/tests): 3.52
==========
Byte streams:
Number of tests: 15000
JacksonAfterBurner (ms/tests): 3.73
JacksonStreaming (ms/tests): 5.76
JacksonVulgaris (ms/tests): 3.76
ManualJsonStreaming (ms/tests): 3.26
==========
Strings:
Number of tests: 15000
JacksonAfterBurner (ms/tests): 3.65
JacksonStreaming (ms/tests): 5.74
JacksonVulgaris (ms/tests): 3.67
ManualJsonStreaming (ms/tests): 3.54
Done with work.