-
Notifications
You must be signed in to change notification settings - Fork 0
/
bench-old.txt
556 lines (556 loc) · 49.1 KB
/
bench-old.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
goos: linux
goarch: amd64
pkg: github.com/marselester/systemd
cpu: Intel(R) Core(TM) i5-10600 CPU @ 3.30GHz
BenchmarkAuthExternal-2 2564978 467.0 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2600227 459.9 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2576848 469.0 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2381898 467.9 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2560722 465.3 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2584651 462.7 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2570078 467.4 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2593015 472.4 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2573936 464.5 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2557804 468.1 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2573782 482.8 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2563797 462.9 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2585934 469.2 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2581780 472.5 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2597912 467.5 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2618511 461.7 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2597744 462.6 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2600995 465.6 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2502513 471.8 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2585283 465.5 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2572099 467.1 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2557942 468.0 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2559330 477.4 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2524318 465.2 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2525766 466.4 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2565834 468.9 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2575413 468.2 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2545765 464.0 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2592477 469.2 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2520285 469.0 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2562249 478.4 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2583552 477.0 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2539257 466.6 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2594310 463.2 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2545294 469.3 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2594353 473.2 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2569698 462.3 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2559732 464.6 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2538943 466.5 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2606904 467.4 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2547968 462.4 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2590468 466.6 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2553057 463.3 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2576654 460.8 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2527393 468.0 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2533520 473.9 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2572039 471.3 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2569531 489.7 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2555697 466.7 ns/op 80 B/op 3 allocs/op
BenchmarkAuthExternal-2 2572594 465.7 ns/op 80 B/op 3 allocs/op
BenchmarkDecodeString-2 21704950 52.49 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21384105 53.24 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22551984 52.58 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22309822 53.99 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22153822 53.67 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22110060 52.63 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22662362 53.85 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22603340 53.90 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22125824 53.05 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22441773 53.22 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22626765 54.33 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22165894 52.77 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22608207 53.94 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22122969 53.84 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22273578 54.00 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21838382 52.95 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22214337 52.77 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22369773 52.92 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21578650 53.62 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22187254 53.68 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22338834 53.84 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22331248 52.70 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21648086 53.79 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21936380 53.94 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22786239 53.57 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22811904 52.74 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21619432 52.28 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22152010 53.05 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21870846 54.15 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22448883 53.41 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22240581 52.79 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21509341 52.74 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22313168 53.68 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22211839 53.54 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22658138 53.91 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21933997 52.79 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22962316 53.32 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22777041 52.89 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22572726 54.28 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22060789 53.76 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22793242 54.89 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21442848 52.65 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22929793 54.17 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22665078 52.88 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21603334 52.94 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22825411 53.00 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22766479 54.12 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 21927115 52.66 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22309566 53.70 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeString-2 22478023 55.39 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27502975 42.63 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27626176 43.38 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27330904 43.48 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28358938 42.50 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27944725 42.38 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 26713017 43.23 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28334874 43.46 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27061443 43.81 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27468818 42.85 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27486769 43.67 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27859635 43.51 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 26245653 42.93 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 26397205 43.50 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27408480 43.46 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27998692 43.50 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27550647 42.83 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 26528406 43.44 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27703204 43.58 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 26957960 42.53 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28237024 43.36 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27835413 43.35 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28298407 42.47 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28240717 43.70 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 25854644 43.37 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28308198 43.34 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27061718 43.42 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27704385 43.26 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27761517 42.57 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 26621754 43.18 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28111278 43.37 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27869176 42.67 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28243862 43.25 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27600511 43.47 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27370717 43.38 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28464225 43.34 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27135151 43.30 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 26914844 43.26 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27923978 43.31 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28369365 42.61 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28312549 43.93 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27927535 43.22 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27508348 43.44 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27069236 43.05 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27808004 42.64 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27739444 43.30 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28034812 42.63 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28500145 42.91 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 27610722 43.24 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28399608 43.35 ns/op 0 B/op 0 allocs/op
BenchmarkEscapeBusLabel-2 28388335 42.36 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3599877 327.4 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3695215 328.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3706465 350.4 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3580982 341.3 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3438502 374.0 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3574339 353.6 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3649230 332.8 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3623786 343.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3656418 340.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3629420 337.9 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3086445 328.7 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3368340 385.1 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3648466 329.9 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3631156 331.4 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3598436 404.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3644954 356.8 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3640231 350.3 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3623878 379.1 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3638749 331.8 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3678321 335.0 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3483648 330.4 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3646842 328.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3673183 332.7 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3669303 332.8 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3649574 387.6 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3649615 382.7 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3668660 340.7 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3651666 395.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3389377 333.0 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3611245 333.4 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3684886 328.6 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3652474 327.9 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3532466 333.3 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3179929 333.6 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3656196 337.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3567865 366.9 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3524290 329.3 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3684531 326.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3699134 339.6 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3526197 332.1 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3682948 332.9 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3614863 347.6 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3717891 327.9 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3650805 325.8 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3647136 341.1 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3562483 338.8 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3604590 365.7 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3638678 332.5 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3605035 339.7 ns/op 15 B/op 0 allocs/op
BenchmarkDecodeHeader-2 3605854 366.1 ns/op 15 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6326092 188.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6488109 185.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6368150 187.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6443775 189.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6377914 188.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6472507 186.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6333296 188.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6373194 184.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 5754969 187.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6473778 188.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6503784 185.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6360025 190.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6350853 188.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6420943 189.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6487201 188.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6521725 185.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6387550 183.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6405547 188.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6368097 188.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6470262 188.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6382933 184.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6347146 183.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6447170 191.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6425811 184.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6370952 185.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6459034 185.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 5819203 188.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6328284 184.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6537040 188.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6428145 184.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6352378 185.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 5777786 188.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6316956 187.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6511310 188.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6227629 189.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 5715789 190.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6375330 189.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6377754 185.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6449653 188.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6445830 186.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6426415 186.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6336651 192.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6333811 199.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6344022 186.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6268932 184.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 5875118 189.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6305632 186.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6355275 189.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6283800 185.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHeader-2 6305769 186.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5400326 224.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5375401 217.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5440618 223.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5439007 218.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5482126 219.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5396199 223.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5485711 223.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5465977 223.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5395761 222.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5367307 222.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5365690 223.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5487993 223.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5287276 222.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5486978 221.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5498822 218.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5440063 217.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5383216 223.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5509538 218.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5349421 222.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5382624 222.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5513794 217.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5476959 222.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5373750 222.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5384374 217.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5178460 222.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5458237 219.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5049643 223.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5370253 222.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5497681 222.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5397475 218.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5141000 218.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 4964877 222.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5504997 222.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5305226 217.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5249149 223.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5335586 219.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5504884 218.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5439770 219.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 4603825 218.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5333914 220.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 4833565 219.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5252198 223.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5496394 218.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5256088 222.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5448516 224.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5311675 218.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5489950 224.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5193288 218.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 4824564 227.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeHello-2 5480169 225.9 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeHello-2 13146417 84.03 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14874176 104.7 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14615744 80.59 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14997475 81.73 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14954217 86.04 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14452557 89.70 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14852116 81.07 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14733745 83.91 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14756725 90.45 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14817531 84.40 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14505224 80.82 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14901644 91.79 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14596617 93.51 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14182260 80.35 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14590921 87.48 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14697408 87.97 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14776448 83.01 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14915196 80.18 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14929088 81.45 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14934306 83.90 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14925465 80.85 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14841423 83.16 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14962038 84.82 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14667794 79.58 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14740306 85.22 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14867905 89.96 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14778111 87.35 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14790818 79.69 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 15034404 80.10 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14564866 80.60 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14853244 81.06 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14844416 83.06 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14352595 86.50 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14436120 86.32 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14788142 80.65 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14818310 80.04 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 13908127 88.12 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14904171 86.09 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14709309 88.37 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14645144 84.83 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14467561 83.35 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 13413597 85.44 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14733140 86.75 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14799171 80.64 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14960955 85.09 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14742492 86.95 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14614411 80.24 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14404578 83.67 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14843223 81.01 ns/op 5 B/op 0 allocs/op
BenchmarkDecodeHello-2 14538874 81.28 ns/op 5 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3205729 382.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3232605 392.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3175430 381.4 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3179187 378.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3216813 377.4 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3153114 378.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3215894 382.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3223339 379.4 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3182668 378.8 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3217129 385.6 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3200938 383.4 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3220615 410.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3080352 375.4 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 2934295 383.8 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3221217 378.6 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3230151 382.9 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3185079 383.3 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3209472 377.4 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3191955 392.2 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3145701 377.6 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3029565 389.2 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3188115 378.6 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3163479 381.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3219394 379.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3242044 384.3 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3179744 380.4 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3175558 377.6 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3187676 381.9 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3178225 408.2 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3165968 378.1 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3182727 382.3 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3160603 387.9 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3212158 384.5 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3118678 383.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3136984 380.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3182702 377.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3172122 388.1 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3050232 396.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3232836 380.6 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3230802 386.0 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 2911322 390.2 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3168690 382.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3181812 378.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3188132 387.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3224329 380.8 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3176374 382.3 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3220246 377.7 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3108660 386.9 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 2918797 380.3 ns/op 45 B/op 0 allocs/op
BenchmarkEncodeMainPID-2 3197611 390.9 ns/op 45 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12525739 96.72 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12394893 96.63 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12773644 94.62 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12698522 93.81 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 10740480 94.38 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 10952787 94.54 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12464305 95.07 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12510168 94.74 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12218545 94.12 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12416911 96.43 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12364828 94.61 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12415647 95.17 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12246496 97.51 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12344023 96.40 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12208740 96.41 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12635498 96.19 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12403786 96.44 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12432906 95.27 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12102567 95.96 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 11556220 95.60 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12125510 97.03 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12303090 97.53 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12538058 97.01 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12268392 96.39 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12510652 96.76 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12664051 96.94 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12253057 94.36 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12188509 96.76 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12679713 95.13 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12096800 96.88 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12494564 95.12 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12396729 97.00 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12343680 96.69 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12657384 96.25 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12288280 94.71 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12569799 94.41 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12627690 95.48 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12321938 96.06 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12417460 96.78 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12229929 94.05 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12819123 98.99 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12274518 96.33 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12378490 94.46 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12773199 96.56 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12668606 95.72 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12335804 96.34 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12287762 93.99 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 10889215 96.34 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12622132 96.14 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeMainPID-2 12742203 96.64 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5055189 234.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 4927459 233.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5169462 234.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5283774 232.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5122608 235.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5101692 235.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5054320 231.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5015379 229.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5078592 235.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5245981 243.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5150922 230.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5352424 236.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5003130 236.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5179080 234.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5204516 236.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5257822 235.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5211380 238.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5088505 234.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5209231 233.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5130844 233.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5242023 234.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5138496 236.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5296180 233.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5064986 235.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5189263 239.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5020392 236.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5098231 239.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5024332 236.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5027502 241.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5140737 236.8 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5076075 237.2 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5184589 236.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5109224 236.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5115678 235.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5216175 234.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5261593 238.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5037958 235.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5091247 235.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5089090 234.6 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5094644 231.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5166100 238.1 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5167921 236.3 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5133789 234.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5209418 238.5 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5187207 233.0 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5088216 232.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5118680 237.7 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 4971988 238.9 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5007903 239.4 ns/op 0 B/op 0 allocs/op
BenchmarkEncodeListUnits-2 5013416 236.2 ns/op 0 B/op 0 allocs/op
BenchmarkDecodeListUnits-2 12421 91763 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12674 92627 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12853 92008 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13046 93053 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12963 92717 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12949 93020 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12804 92418 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12902 91100 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13288 91736 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13094 92691 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13038 91000 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13287 94776 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13114 91473 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12806 101538 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13014 94423 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13074 90823 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12624 94994 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13189 96282 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12738 97235 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12561 92470 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12985 106503 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13324 92625 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12648 91733 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13066 90810 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13305 106017 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12740 92522 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12339 89845 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13255 92983 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13113 96133 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13119 93781 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13100 91537 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13266 93329 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12754 91998 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13006 91723 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12814 97363 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12865 91191 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12822 90963 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12867 90713 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12865 92170 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13108 89728 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13248 90369 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12938 90668 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13296 91940 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12984 94633 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13101 93124 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13112 92988 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12286 93230 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13086 103190 ns/op 20934 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 12394 92446 ns/op 20935 B/op 5 allocs/op
BenchmarkDecodeListUnits-2 13168 92975 ns/op 20935 B/op 5 allocs/op
PASS
ok github.com/marselester/systemd 833.531s