-
Notifications
You must be signed in to change notification settings - Fork 295
/
Copy pathbench.out.txt
726 lines (673 loc) · 83.8 KB
/
bench.out.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
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
**** STATS ****
==== X Baseline ====
BENCHMARK INIT: 2023-11-30 03:54:06.378534766 -0500 EST m=+0.001139241
Benchmark:
Struct recursive Depth: 1
ApproxDeepSize Of benchmark Struct: 107152 bytes
Benchmark One-Pass Run (with Unscientific Encode/Decode times):
msgpack: len: 38710 bytes, encode: 352.93µs, decode: 239.849µs, encoded == decoded
binc: len: 38390 bytes, encode: 218.651µs, decode: 197.348µs, encoded == decoded
simple: len: 40395 bytes, encode: 205.465µs, decode: 182.727µs, encoded == decoded
cbor: len: 38478 bytes, encode: 191.272µs, decode: 220.379µs, encoded == decoded
json: len: 47260 bytes, encode: 310.05µs, decode: 497.534µs, encoded == decoded
std-json: len: 46976 bytes, encode: 463.565µs, decode: 1.000792ms, encoded == decoded
gob: len: 36531 bytes, encode: 370.367µs, decode: 312.395µs, encoded != decoded: Not Match
std-xml: **** Error encoding benchTs: xml: unsupported type: map[string]int
json-iter: len: 46984 bytes, encode: 900.302µs, decode: 986.363µs, encoded == decoded
goccyjson: len: 46984 bytes, encode: 815.171µs, decode: 756.698µs, encoded == decoded
v-msgpack: len: 44626 bytes, encode: 310.087µs, decode: 372.586µs, encoded == decoded
bson: len: 52606 bytes, encode: 469.731µs, decode: 622.289µs, encoded == decoded
mgobson: len: 52811 bytes, encode: 398.767µs, decode: 589.045µs, encoded != decoded: Not Match
fxcbor: len: 38466 bytes, encode: 217.176µs, decode: 352.134µs, encoded == decoded
gcbor: **** Error decoding into new TestStruc: can't read map into **codec.stringUint64T
xdr: **** Error encoding benchTs: xdr:encode: type 'invalid' is not valid
sereal: len: 28778 bytes, encode: 335.962µs, decode: 238.557µs, encoded != decoded: Not Match
==== X Generated ====
BENCHMARK INIT: 2023-11-30 03:54:08.284489765 -0500 EST m=+0.000697839
Benchmark:
Struct recursive Depth: 1
ApproxDeepSize Of benchmark Struct: 107152 bytes
Benchmark One-Pass Run (with Unscientific Encode/Decode times):
msgpack: len: 38710 bytes, encode: 248.694µs, decode: 140.084µs, encoded == decoded
binc: len: 38390 bytes, encode: 113.108µs, decode: 121.094µs, encoded == decoded
simple: len: 40395 bytes, encode: 187.05µs, decode: 108.337µs, encoded == decoded
cbor: len: 38478 bytes, encode: 185.551µs, decode: 118.915µs, encoded == decoded
json: len: 47260 bytes, encode: 331.29µs, decode: 434.644µs, encoded == decoded
msgp: len: 38682 bytes, encode: 87.772µs, decode: 103.531µs, encoded != decoded: Not Match
(recovered) panic: runtime error: invalid memory address or nil pointer dereference
--- FAIL: TestBenchInit (0.01s)
FAIL
exit status 1
FAIL ugorji.net/codec/bench 0.009s
**** SUITE ****
>>>> bench TAGS: 'alltests x ' SUITE: BenchmarkCodecXSuite
>>>> Skipping - these cannot (en|de)code TestStruc - encode (xml, gcbor, xdr), decode (xml, gcbor, xdr, sereal)
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Encode-8 19310 63223 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Encode-8 18403 68044 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Encode-8 19284 63840 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Encode-8 18728 64441 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Encode-8 7858 147895 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Encode-8 6579 202089 ns/op 65344 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Encode-8 7899 151114 ns/op 169717 B/op 644 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Encode-8 8377 140444 ns/op 55454 B/op 122 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Encode-8 9612 131133 ns/op 57122 B/op 7 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Encode-8 4118 299563 ns/op 87640 B/op 1125 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Encode-8 3475 345124 ns/op 271617 B/op 1577 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Encode-8 6824 169666 ns/op 140998 B/op 326 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Encode-8 12764 99341 ns/op 47691 B/op 332 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Sereal_____Encode-8 3117 346991 ns/op 273651 B/op 3353 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Decode-8 8563 151085 ns/op 37926 B/op 315 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Decode-8 8842 130950 ns/op 37923 B/op 315 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Decode-8 8032 132389 ns/op 37925 B/op 315 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Decode-8 8114 142534 ns/op 37924 B/op 315 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Decode-8 2961 409316 ns/op 72200 B/op 503 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Decode-8 1380 866761 ns/op 108051 B/op 1571 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Decode-8 4400 272479 ns/op 161289 B/op 2341 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Decode-8 2584 461338 ns/op 131747 B/op 2654 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Decode-8 3153 387638 ns/op 114899 B/op 2028 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Decode-8 2463 485989 ns/op 199805 B/op 4560 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Decode-8 2269 537224 ns/op 175013 B/op 6792 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Decode-8 3709 324324 ns/op 101312 B/op 2034 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Decode-8 5054 246603 ns/op 73095 B/op 1399 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 14707 77053 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 14985 85309 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 14095 86070 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 14646 82431 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 7000 179486 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Encode-8 7215 169212 ns/op 16289 B/op 366 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Encode-8 7867 154720 ns/op 169714 B/op 644 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Encode-8 6434 186820 ns/op 217602 B/op 139 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Encode-8 10000 112657 ns/op 7646 B/op 7 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Encode-8 4197 284631 ns/op 87271 B/op 1125 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Encode-8 3127 376139 ns/op 271614 B/op 1577 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Encode-8 8050 139195 ns/op 11312 B/op 319 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Encode-8 10000 100585 ns/op 80277 B/op 340 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Sereal_____Encode-8 3632 336504 ns/op 273854 B/op 3353 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 4720 249729 ns/op 84663 B/op 2130 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 4975 240333 ns/op 83028 B/op 1664 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 4868 264311 ns/op 83625 B/op 1749 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 4022 300022 ns/op 83855 B/op 1754 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 1648 708189 ns/op 91296 B/op 1180 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Decode-8 1148 1076087 ns/op 237400 B/op 1583 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Decode-8 3943 325187 ns/op 161269 B/op 2341 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Decode-8 2024 576609 ns/op 136714 B/op 2804 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Decode-8 2282 537795 ns/op 131076 B/op 2037 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Decode-8 2133 580914 ns/op 199785 B/op 4560 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Decode-8 1891 627228 ns/op 175015 B/op 6792 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Decode-8 3170 380214 ns/op 102356 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Decode-8 3342 364328 ns/op 202195 B/op 1407 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 16558 69137 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 14310 74249 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 17092 70351 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 17188 69832 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 7024 167572 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Encode-8 5991 208313 ns/op 65365 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Encode-8 6571 200022 ns/op 169715 B/op 644 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Encode-8 6343 166771 ns/op 55459 B/op 122 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Encode-8 7983 147186 ns/op 57199 B/op 7 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Encode-8 3631 322838 ns/op 87336 B/op 1125 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Encode-8 2876 428815 ns/op 271625 B/op 1577 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Encode-8 5388 214681 ns/op 140996 B/op 326 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Encode-8 9865 107860 ns/op 47770 B/op 332 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Sereal_____Encode-8 2997 415518 ns/op 273766 B/op 3353 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 6910 165471 ns/op 37926 B/op 315 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 7972 154694 ns/op 37925 B/op 315 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 7310 154537 ns/op 37924 B/op 315 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 7136 165143 ns/op 37927 B/op 315 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 2508 458932 ns/op 72185 B/op 503 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Decode-8 1234 973565 ns/op 108054 B/op 1571 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Decode-8 3777 326649 ns/op 161266 B/op 2341 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Decode-8 2131 536841 ns/op 131749 B/op 2654 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Decode-8 2718 430215 ns/op 114925 B/op 2028 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Decode-8 2139 570536 ns/op 199798 B/op 4560 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Decode-8 1887 626873 ns/op 175012 B/op 6792 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Decode-8 3135 392163 ns/op 101302 B/op 2034 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Decode-8 4383 260404 ns/op 73077 B/op 1399 allocs/op
>>>> bench TAGS: 'alltests x codec.safe' SUITE: BenchmarkCodecXSuite
>>>> Skipping - these cannot (en|de)code TestStruc - encode (xml, gcbor, xdr), decode (xml, gcbor, xdr, sereal)
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Encode-8 9780 115104 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Encode-8 10000 115557 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Encode-8 10000 111924 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Encode-8 10000 111741 ns/op 10560 B/op 383 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Encode-8 5548 208552 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Encode-8 5941 202382 ns/op 65367 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Encode-8 7224 183039 ns/op 169716 B/op 644 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Encode-8 6684 166650 ns/op 55492 B/op 122 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Encode-8 8706 142518 ns/op 57078 B/op 7 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Encode-8 3829 284148 ns/op 87560 B/op 1125 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Encode-8 2982 419260 ns/op 271628 B/op 1577 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Encode-8 5655 208185 ns/op 140998 B/op 326 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Encode-8 10000 108306 ns/op 47720 B/op 332 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Sereal_____Encode-8 2956 404410 ns/op 267948 B/op 3353 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Decode-8 4680 237036 ns/op 71250 B/op 1074 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Decode-8 5354 229613 ns/op 71215 B/op 1074 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Decode-8 5089 231010 ns/op 71264 B/op 1074 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Decode-8 4857 237733 ns/op 71231 B/op 1074 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Decode-8 2194 527475 ns/op 94561 B/op 1239 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Decode-8 1242 963922 ns/op 108029 B/op 1571 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Decode-8 3926 324315 ns/op 161282 B/op 2341 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Decode-8 2140 527711 ns/op 131736 B/op 2654 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Decode-8 2781 422118 ns/op 114962 B/op 2028 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Decode-8 2173 561028 ns/op 199797 B/op 4560 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Decode-8 1872 628564 ns/op 175016 B/op 6792 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Decode-8 3061 380066 ns/op 101322 B/op 2034 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Decode-8 4364 271633 ns/op 73126 B/op 1399 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 9270 128033 ns/op 10096 B/op 376 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 9003 132234 ns/op 10096 B/op 376 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 9052 131225 ns/op 10096 B/op 376 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 9555 127239 ns/op 10608 B/op 384 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 5254 229029 ns/op 10096 B/op 376 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Encode-8 6313 189936 ns/op 16278 B/op 366 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Encode-8 6861 195617 ns/op 169719 B/op 644 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Encode-8 4772 245187 ns/op 217602 B/op 139 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Encode-8 8203 130255 ns/op 7614 B/op 7 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Encode-8 4371 293415 ns/op 87317 B/op 1125 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Encode-8 2016 501650 ns/op 271622 B/op 1577 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Encode-8 7276 161378 ns/op 11312 B/op 319 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Encode-8 10000 121547 ns/op 80259 B/op 340 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Sereal_____Encode-8 2967 415109 ns/op 268226 B/op 3353 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 3402 341878 ns/op 87919 B/op 2271 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 3740 332764 ns/op 86274 B/op 1807 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 4180 313019 ns/op 87038 B/op 1895 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 3736 329691 ns/op 87052 B/op 1895 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 1551 736344 ns/op 94963 B/op 1337 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Decode-8 1152 1062144 ns/op 237428 B/op 1583 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Decode-8 3282 366080 ns/op 161319 B/op 2341 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Decode-8 2239 506032 ns/op 136062 B/op 2793 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Decode-8 2258 539200 ns/op 131122 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Decode-8 2320 556172 ns/op 199834 B/op 4560 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Decode-8 1856 633500 ns/op 175017 B/op 6792 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Decode-8 3120 380932 ns/op 102411 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Decode-8 3496 365162 ns/op 202180 B/op 1407 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 9759 116029 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 10000 118382 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 10000 114249 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 10000 114527 ns/op 10560 B/op 383 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 5574 209985 ns/op 10048 B/op 375 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Encode-8 5864 208199 ns/op 65365 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Encode-8 6448 195523 ns/op 169713 B/op 644 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Encode-8 6673 174057 ns/op 55521 B/op 122 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Encode-8 8004 146503 ns/op 57148 B/op 7 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Encode-8 4125 290511 ns/op 87271 B/op 1125 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Encode-8 2949 432394 ns/op 271615 B/op 1577 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Encode-8 5286 215822 ns/op 140996 B/op 326 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Encode-8 9708 114748 ns/op 47675 B/op 332 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Sereal_____Encode-8 2934 395036 ns/op 268104 B/op 3353 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 4794 244445 ns/op 71244 B/op 1074 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 4974 227152 ns/op 71214 B/op 1074 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 5133 232697 ns/op 71245 B/op 1074 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 4756 243641 ns/op 71261 B/op 1074 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 2184 527091 ns/op 94560 B/op 1239 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Decode-8 1239 965362 ns/op 108055 B/op 1571 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Decode-8 3906 325991 ns/op 161295 B/op 2341 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Decode-8 2162 532049 ns/op 131742 B/op 2654 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Decode-8 2811 420192 ns/op 114860 B/op 2028 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Decode-8 2109 561397 ns/op 199790 B/op 4560 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Decode-8 1852 647363 ns/op 175038 B/op 6792 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Decode-8 3373 375936 ns/op 101287 B/op 2034 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Decode-8 4276 271949 ns/op 73076 B/op 1399 allocs/op
>>>> bench TAGS: 'alltests x codec.notfastpath' SUITE: BenchmarkCodecXSuite
>>>> Skipping - these cannot (en|de)code TestStruc - encode (xml, gcbor, xdr), decode (xml, gcbor, xdr, sereal)
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Encode-8 13844 84519 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Encode-8 13771 85606 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Encode-8 13900 85004 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Encode-8 14252 83215 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Encode-8 6460 181107 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Encode-8 6121 228924 ns/op 65366 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Encode-8 5568 195169 ns/op 169715 B/op 644 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Encode-8 7287 182348 ns/op 55545 B/op 122 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Encode-8 6846 173612 ns/op 57169 B/op 7 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Encode-8 4040 294444 ns/op 88014 B/op 1125 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Encode-8 2796 415933 ns/op 271614 B/op 1577 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Encode-8 5826 205996 ns/op 140999 B/op 326 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Encode-8 10000 109369 ns/op 47767 B/op 332 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Sereal_____Encode-8 3158 392807 ns/op 267961 B/op 3353 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Decode-8 5757 189882 ns/op 38500 B/op 351 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Decode-8 6448 183074 ns/op 38499 B/op 351 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Decode-8 5690 189204 ns/op 38502 B/op 351 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Decode-8 6624 193430 ns/op 38502 B/op 351 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Decode-8 2379 496744 ns/op 76616 B/op 551 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Decode-8 1233 962159 ns/op 108037 B/op 1571 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Decode-8 3890 319756 ns/op 161247 B/op 2341 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Decode-8 2188 527003 ns/op 131752 B/op 2654 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Decode-8 2906 419266 ns/op 114936 B/op 2028 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Decode-8 2142 572858 ns/op 199804 B/op 4560 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Decode-8 1860 635829 ns/op 175019 B/op 6792 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Decode-8 3282 388917 ns/op 101279 B/op 2034 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Decode-8 4503 267701 ns/op 73094 B/op 1399 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 10000 103578 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 10000 103634 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 10000 110718 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 10000 106070 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 5552 210216 ns/op 72 B/op 2 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Encode-8 6351 189070 ns/op 16236 B/op 366 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Encode-8 6850 190854 ns/op 169717 B/op 644 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Encode-8 4833 241287 ns/op 217602 B/op 139 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Encode-8 8481 129390 ns/op 7617 B/op 7 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Encode-8 4321 289053 ns/op 87368 B/op 1125 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Encode-8 2884 431677 ns/op 271616 B/op 1577 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Encode-8 6885 159890 ns/op 11312 B/op 319 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Encode-8 9992 120771 ns/op 80282 B/op 340 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Sereal_____Encode-8 2960 411070 ns/op 267791 B/op 3353 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 3351 343706 ns/op 87213 B/op 2229 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 3820 317959 ns/op 85658 B/op 1770 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 3624 332668 ns/op 86451 B/op 1858 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 3756 332947 ns/op 86397 B/op 1855 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 1570 747544 ns/op 96917 B/op 1285 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Decode-8 1141 1042851 ns/op 237435 B/op 1583 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Decode-8 3639 326281 ns/op 161302 B/op 2341 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Decode-8 2056 560264 ns/op 136531 B/op 2800 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Decode-8 2322 533061 ns/op 131125 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Decode-8 1951 588792 ns/op 199781 B/op 4560 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Decode-8 2024 613082 ns/op 175035 B/op 6792 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Decode-8 3192 373841 ns/op 102387 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Decode-8 3309 361604 ns/op 202200 B/op 1407 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 13702 84673 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 13956 86328 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 13977 85703 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 14280 83650 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 6451 182187 ns/op 24 B/op 1 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Encode-8 5955 211690 ns/op 65365 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Encode-8 6577 211264 ns/op 169714 B/op 644 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Encode-8 5016 224091 ns/op 55553 B/op 122 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Encode-8 5728 204233 ns/op 57233 B/op 7 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Encode-8 2799 404120 ns/op 87602 B/op 1125 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Encode-8 2133 571129 ns/op 271640 B/op 1577 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Encode-8 4527 266440 ns/op 140997 B/op 326 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Encode-8 7722 130434 ns/op 47764 B/op 332 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Sereal_____Encode-8 2581 476311 ns/op 267693 B/op 3353 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 4852 236719 ns/op 38503 B/op 351 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 5605 193713 ns/op 38498 B/op 351 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 6536 182206 ns/op 38502 B/op 351 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 5701 191655 ns/op 38503 B/op 351 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 2445 482313 ns/op 76603 B/op 551 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Decode-8 1237 940539 ns/op 108055 B/op 1571 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Decode-8 4047 317628 ns/op 161278 B/op 2341 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Decode-8 2227 525422 ns/op 131738 B/op 2654 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Decode-8 2600 422336 ns/op 114838 B/op 2028 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Decode-8 2092 576913 ns/op 199822 B/op 4560 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Decode-8 1939 628103 ns/op 175051 B/op 6792 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Decode-8 2110 532241 ns/op 101302 B/op 2034 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Decode-8 4269 280578 ns/op 73141 B/op 1399 allocs/op
>>>> bench TAGS: 'alltests x codec.notfastpath codec.safe' SUITE: BenchmarkCodecXSuite
>>>> Skipping - these cannot (en|de)code TestStruc - encode (xml, gcbor, xdr), decode (xml, gcbor, xdr, sereal)
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Encode-8 6440 159286 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Encode-8 8353 136625 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Encode-8 9162 128572 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Encode-8 9076 130479 ns/op 11224 B/op 374 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Encode-8 5026 236570 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Encode-8 5652 222853 ns/op 65368 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Encode-8 7434 181982 ns/op 169715 B/op 644 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Encode-8 6414 169134 ns/op 55461 B/op 122 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Encode-8 8415 144260 ns/op 57158 B/op 7 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Encode-8 3920 320434 ns/op 87444 B/op 1125 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Encode-8 3336 417269 ns/op 271598 B/op 1577 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Encode-8 5338 215927 ns/op 140999 B/op 326 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Encode-8 9931 113499 ns/op 47634 B/op 332 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Sereal_____Encode-8 2835 409665 ns/op 275528 B/op 3354 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Decode-8 5056 244495 ns/op 70208 B/op 1030 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Decode-8 4636 266253 ns/op 70221 B/op 1030 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Decode-8 4755 260273 ns/op 70209 B/op 1030 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Decode-8 4291 271798 ns/op 70189 B/op 1030 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Decode-8 2016 587981 ns/op 97983 B/op 1331 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Decode-8 1304 937909 ns/op 108026 B/op 1571 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Decode-8 3988 318891 ns/op 161281 B/op 2341 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Decode-8 2176 527694 ns/op 131757 B/op 2654 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Decode-8 2928 433645 ns/op 114947 B/op 2029 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Decode-8 2287 546965 ns/op 199809 B/op 4560 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Decode-8 1882 618750 ns/op 175029 B/op 6792 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Decode-8 3267 380032 ns/op 101322 B/op 2034 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Decode-8 4863 255289 ns/op 73125 B/op 1399 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 8354 139093 ns/op 10760 B/op 367 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 8247 142938 ns/op 10760 B/op 367 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 8383 141012 ns/op 10760 B/op 367 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 8541 138156 ns/op 11272 B/op 375 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 4933 244484 ns/op 10760 B/op 367 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Encode-8 6496 185919 ns/op 16256 B/op 366 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Encode-8 6835 189606 ns/op 169717 B/op 644 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Encode-8 4837 237809 ns/op 217602 B/op 139 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Encode-8 8944 124540 ns/op 7588 B/op 7 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Encode-8 4249 280880 ns/op 87321 B/op 1125 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Encode-8 3002 417480 ns/op 271610 B/op 1577 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Encode-8 6962 158518 ns/op 11312 B/op 319 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Encode-8 10000 116396 ns/op 80296 B/op 340 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Sereal_____Encode-8 3054 408764 ns/op 275615 B/op 3354 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 3104 370491 ns/op 86846 B/op 2227 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 3453 359342 ns/op 85200 B/op 1763 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 3231 357127 ns/op 85996 B/op 1851 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 3267 367005 ns/op 85981 B/op 1851 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 1524 793226 ns/op 98399 B/op 1429 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Decode-8 1203 1048170 ns/op 237451 B/op 1583 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Decode-8 3652 311183 ns/op 161294 B/op 2341 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Decode-8 2142 546701 ns/op 136554 B/op 2804 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Decode-8 2298 526539 ns/op 131135 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Decode-8 2252 545838 ns/op 199825 B/op 4560 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Decode-8 1918 617152 ns/op 175039 B/op 6792 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Decode-8 3224 367643 ns/op 102396 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Decode-8 3445 351842 ns/op 202167 B/op 1407 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 8910 127283 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 9146 129195 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 9530 124244 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 9754 124625 ns/op 11224 B/op 374 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 5349 225434 ns/op 10712 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Encode-8 5846 205479 ns/op 65365 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Encode-8 6520 191955 ns/op 169717 B/op 644 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Encode-8 6849 160562 ns/op 55488 B/op 122 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Encode-8 8402 144255 ns/op 57234 B/op 7 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Encode-8 4167 291442 ns/op 87424 B/op 1125 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Encode-8 2972 424467 ns/op 271606 B/op 1577 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Encode-8 5607 210900 ns/op 140996 B/op 326 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Encode-8 10000 106864 ns/op 47830 B/op 332 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Sereal_____Encode-8 2972 395872 ns/op 275600 B/op 3354 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 4354 268431 ns/op 70221 B/op 1030 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 4514 260603 ns/op 70209 B/op 1030 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 4509 260283 ns/op 70224 B/op 1030 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 4440 276504 ns/op 70205 B/op 1030 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 1952 589011 ns/op 98019 B/op 1331 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Decode-8 1233 944538 ns/op 108052 B/op 1571 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Decode-8 3964 317382 ns/op 161290 B/op 2341 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Decode-8 2181 521450 ns/op 131752 B/op 2654 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Decode-8 2828 419756 ns/op 114886 B/op 2028 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Decode-8 2259 547822 ns/op 199798 B/op 4560 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Decode-8 1891 614039 ns/op 175041 B/op 6792 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Decode-8 3242 369653 ns/op 101317 B/op 2034 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Decode-8 4435 262283 ns/op 73109 B/op 1399 allocs/op
>>>> bench TAGS: 'alltests x codecgen' SUITE: BenchmarkCodecXSuite
>>>> Skipping - these cannot (en|de)code TestStruc - encode (xml, gcbor, xdr), decode (xml, gcbor, xdr, sereal)
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Encode-8 29052 38201 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Encode-8 28936 41385 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Encode-8 31461 38220 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Encode-8 31912 38190 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Encode-8 9207 126513 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Encode-8 6152 203855 ns/op 65344 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Encode-8 5989 176445 ns/op 169715 B/op 644 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Encode-8 7994 156203 ns/op 55455 B/op 122 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Encode-8 8184 150270 ns/op 57095 B/op 7 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Encode-8 3860 268753 ns/op 87665 B/op 1125 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Encode-8 3372 397865 ns/op 271618 B/op 1577 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Encode-8 5924 196688 ns/op 140999 B/op 326 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Encode-8 10000 108585 ns/op 47709 B/op 332 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Sereal_____Encode-8 2967 393638 ns/op 270689 B/op 3354 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Decode-8 13240 93583 ns/op 36417 B/op 308 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Decode-8 12282 83624 ns/op 36421 B/op 308 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Decode-8 13297 90040 ns/op 36421 B/op 308 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Decode-8 12256 97786 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Decode-8 3050 371599 ns/op 70651 B/op 500 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Decode-8 1273 942918 ns/op 108064 B/op 1571 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Decode-8 4026 313290 ns/op 161298 B/op 2341 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Decode-8 2246 520032 ns/op 131741 B/op 2654 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Decode-8 2899 411087 ns/op 114910 B/op 2028 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Decode-8 2239 543831 ns/op 199821 B/op 4560 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Decode-8 1940 612728 ns/op 175046 B/op 6792 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Decode-8 2926 366811 ns/op 101332 B/op 2034 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Decode-8 4375 298224 ns/op 73078 B/op 1399 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 22892 51701 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 21753 55360 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 20736 58116 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 23080 53730 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 7894 161993 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Encode-8 6361 192335 ns/op 16215 B/op 366 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Encode-8 6781 189652 ns/op 169716 B/op 644 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Encode-8 4945 239259 ns/op 217602 B/op 139 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Encode-8 8608 123339 ns/op 7574 B/op 7 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Encode-8 4232 293739 ns/op 87272 B/op 1125 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Encode-8 2961 415481 ns/op 271606 B/op 1577 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Encode-8 7242 153231 ns/op 11312 B/op 319 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Encode-8 9874 118262 ns/op 80305 B/op 340 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Sereal_____Encode-8 2824 411745 ns/op 270683 B/op 3354 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 5377 216365 ns/op 82710 B/op 2111 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 5622 208911 ns/op 81062 B/op 1647 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 5505 208988 ns/op 81846 B/op 1735 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 5444 216926 ns/op 81834 B/op 1735 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 1873 616218 ns/op 89306 B/op 1168 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Decode-8 1168 1025124 ns/op 237366 B/op 1583 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Decode-8 3950 318337 ns/op 161280 B/op 2341 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Decode-8 2112 547492 ns/op 136597 B/op 2803 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Decode-8 2420 518577 ns/op 131150 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Decode-8 2278 550807 ns/op 199784 B/op 4560 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Decode-8 1884 640396 ns/op 175057 B/op 6792 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Decode-8 3050 371456 ns/op 102331 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Decode-8 3420 358179 ns/op 202183 B/op 1407 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 30175 38262 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 28552 41859 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 31443 38452 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 31250 38070 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 9241 125801 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Encode-8 6046 202780 ns/op 65364 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Encode-8 6154 193386 ns/op 169716 B/op 644 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Encode-8 6730 161467 ns/op 55457 B/op 122 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Encode-8 8172 141966 ns/op 57226 B/op 7 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Encode-8 3993 294717 ns/op 87380 B/op 1125 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Encode-8 3028 424835 ns/op 271616 B/op 1577 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Encode-8 5635 203118 ns/op 140996 B/op 326 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Encode-8 9846 107519 ns/op 47700 B/op 332 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Sereal_____Encode-8 3112 399711 ns/op 271260 B/op 3354 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 12498 94202 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 12907 93086 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 12950 93645 ns/op 36421 B/op 308 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 10000 105211 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 2900 380490 ns/op 70646 B/op 500 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Decode-8 1230 953510 ns/op 108025 B/op 1571 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Decode-8 3934 318647 ns/op 161283 B/op 2341 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Decode-8 2158 519285 ns/op 131731 B/op 2654 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Decode-8 2894 412161 ns/op 114844 B/op 2028 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Decode-8 2236 548385 ns/op 199798 B/op 4560 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Decode-8 1897 618762 ns/op 175027 B/op 6792 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Decode-8 3291 373746 ns/op 101308 B/op 2034 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Decode-8 4412 263906 ns/op 73127 B/op 1399 allocs/op
>>>> bench TAGS: 'alltests x codecgen codec.safe' SUITE: BenchmarkCodecXSuite
>>>> Skipping - these cannot (en|de)code TestStruc - encode (xml, gcbor, xdr), decode (xml, gcbor, xdr, sereal)
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Encode-8 28795 39273 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Encode-8 28315 41544 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Encode-8 24734 44626 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Encode-8 28465 40303 ns/op 1944 B/op 10 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Encode-8 9333 128098 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Encode-8 5980 203446 ns/op 65365 B/op 366 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Encode-8 7467 182425 ns/op 169715 B/op 644 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Encode-8 6861 202594 ns/op 55428 B/op 122 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Encode-8 6700 164404 ns/op 57174 B/op 7 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Encode-8 3908 309153 ns/op 87771 B/op 1125 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Encode-8 2857 412140 ns/op 271616 B/op 1577 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Encode-8 5922 203487 ns/op 140999 B/op 326 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Encode-8 9979 110723 ns/op 47702 B/op 332 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Sereal_____Encode-8 2722 397612 ns/op 270223 B/op 3354 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Msgpack____Decode-8 8900 129993 ns/op 66116 B/op 914 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Binc_______Decode-8 9229 126185 ns/op 66101 B/op 914 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Simple_____Decode-8 9322 127510 ns/op 66116 B/op 914 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Cbor_______Decode-8 8095 137342 ns/op 66100 B/op 914 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Json_______Decode-8 2672 442328 ns/op 88938 B/op 1070 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Std_Json___Decode-8 1246 965012 ns/op 108081 B/op 1571 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Gob________Decode-8 3944 322642 ns/op 161314 B/op 2341 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__JsonIter___Decode-8 2151 544647 ns/op 131786 B/op 2654 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__GoccyJson__Decode-8 2278 441986 ns/op 114956 B/op 2028 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Bson_______Decode-8 2322 560917 ns/op 199806 B/op 4560 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Mgobson____Decode-8 1730 646121 ns/op 175034 B/op 6792 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__VMsgpack___Decode-8 3325 374709 ns/op 101347 B/op 2034 allocs/op
BenchmarkCodecXSuite/options-false.../Benchmark__Fxcbor_____Decode-8 4320 271918 ns/op 73075 B/op 1399 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 22561 52231 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 21274 56348 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 20792 57337 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 22586 52747 ns/op 1992 B/op 11 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 7886 147373 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Encode-8 6144 188696 ns/op 16259 B/op 366 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Encode-8 6514 197966 ns/op 169713 B/op 644 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Encode-8 4648 245640 ns/op 217602 B/op 139 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Encode-8 8106 132596 ns/op 7628 B/op 7 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Encode-8 4291 294398 ns/op 87271 B/op 1125 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Encode-8 2936 435065 ns/op 271625 B/op 1577 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Encode-8 6912 161140 ns/op 11312 B/op 319 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Encode-8 10000 121860 ns/op 80386 B/op 340 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Sereal_____Encode-8 2989 416323 ns/op 270107 B/op 3354 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 5064 227537 ns/op 82696 B/op 2111 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 5964 209992 ns/op 81111 B/op 1647 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 5553 217253 ns/op 81881 B/op 1735 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 4870 221581 ns/op 81876 B/op 1735 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 1827 632266 ns/op 89359 B/op 1168 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Std_Json___Decode-8 1125 1060792 ns/op 237439 B/op 1583 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Gob________Decode-8 3891 328514 ns/op 161297 B/op 2341 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__JsonIter___Decode-8 2016 565150 ns/op 136547 B/op 2804 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__GoccyJson__Decode-8 2212 549734 ns/op 131194 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Bson_______Decode-8 2188 577757 ns/op 199788 B/op 4560 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Mgobson____Decode-8 1839 634551 ns/op 175017 B/op 6792 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__VMsgpack___Decode-8 3151 387740 ns/op 102388 B/op 2038 allocs/op
BenchmarkCodecXSuite/use-bufio-!bytes/Benchmark__Fxcbor_____Decode-8 3490 360995 ns/op 202170 B/op 1407 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 28063 41139 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 27898 43217 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 29767 40390 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 30056 40271 ns/op 1944 B/op 10 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 9300 128270 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Encode-8 5797 211080 ns/op 65365 B/op 366 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Encode-8 6477 199822 ns/op 169717 B/op 644 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Encode-8 6267 173389 ns/op 55459 B/op 122 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Encode-8 7009 167176 ns/op 57239 B/op 7 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Encode-8 4464 282388 ns/op 87363 B/op 1125 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Encode-8 2678 433045 ns/op 271624 B/op 1577 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Encode-8 5397 214793 ns/op 140995 B/op 326 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Encode-8 9852 109445 ns/op 47703 B/op 332 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Sereal_____Encode-8 3020 412029 ns/op 269499 B/op 3354 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 8588 134566 ns/op 66103 B/op 914 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 9074 129363 ns/op 66103 B/op 914 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 9061 132014 ns/op 66101 B/op 914 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 8414 136980 ns/op 66084 B/op 914 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 2782 424473 ns/op 88921 B/op 1070 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Std_Json___Decode-8 1228 975591 ns/op 108040 B/op 1571 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Gob________Decode-8 3810 328893 ns/op 161300 B/op 2341 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__JsonIter___Decode-8 2162 565172 ns/op 131786 B/op 2654 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__GoccyJson__Decode-8 2862 428621 ns/op 114876 B/op 2028 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Bson_______Decode-8 2188 572079 ns/op 199843 B/op 4560 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Mgobson____Decode-8 1822 636000 ns/op 175017 B/op 6792 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__VMsgpack___Decode-8 3144 385347 ns/op 101324 B/op 2034 allocs/op
BenchmarkCodecXSuite/reset-enc-dec.../Benchmark__Fxcbor_____Decode-8 4416 270577 ns/op 73143 B/op 1399 allocs/op
**** SUITE (WITH CODECGEN) ****
>>>> bench TAGS: 'alltests x generated' SUITE: BenchmarkCodecXGenSuite
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgpack____Encode-8 26640 40479 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Binc_______Encode-8 28021 41858 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Simple_____Encode-8 30231 39047 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Cbor_______Encode-8 30043 39278 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Json_______Encode-8 9163 129766 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgp_______Encode-8 38314 31297 ns/op 0 B/op 0 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/options-false.../Benchmark__Easyjson___Encode
bench_test.go:158: (recovered) panic: runtime error: invalid memory address or nil pointer dereference
--- FAIL: BenchmarkCodecXGenSuite/options-false.../Benchmark__Ffjson_____Encode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgpack____Decode-8 10000 107174 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Binc_______Decode-8 12873 99966 ns/op 36419 B/op 308 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Simple_____Decode-8 11004 93892 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Cbor_______Decode-8 12157 85551 ns/op 36423 B/op 308 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Json_______Decode-8 3625 324369 ns/op 70653 B/op 500 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgp_______Decode-8 19828 70278 ns/op 69317 B/op 969 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Easyjson___Decode-8 2611 467252 ns/op 89295 B/op 1044 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/options-false.../Benchmark__Ffjson_____Decode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
--- FAIL: BenchmarkCodecXGenSuite/options-false...
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 22716 53216 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 21434 55806 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 20406 58270 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 22690 52859 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 7689 152778 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgp_______Encode-8 41854 28886 ns/op 2144 B/op 3 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Easyjson___Encode
bench_test.go:158: (recovered) panic: runtime error: invalid memory address or nil pointer dereference
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Ffjson_____Encode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 6192 203684 ns/op 82713 B/op 2111 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 6379 189595 ns/op 81081 B/op 1647 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 6920 212969 ns/op 81845 B/op 1735 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 6429 189836 ns/op 81863 B/op 1735 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 2096 575420 ns/op 89346 B/op 1168 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgp_______Decode
bench_test.go:272: Error decoding into new TestStruc: msgp: unexpected EOF at AMSU64 at AnonInTestStruc at TestStrucCommon at Its/0
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Easyjson___Decode-8 2571 530937 ns/op 300557 B/op 1060 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Ffjson_____Decode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 34130 37790 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 28195 42318 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 30096 39004 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 29942 39806 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 8560 133321 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgp_______Encode-8 38370 31213 ns/op 0 B/op 0 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Easyjson___Encode
bench_test.go:158: (recovered) panic: runtime error: invalid memory address or nil pointer dereference
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Ffjson_____Encode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 13954 89495 ns/op 36419 B/op 308 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 12996 93398 ns/op 36420 B/op 308 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 13556 94986 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 12852 91054 ns/op 36422 B/op 308 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 3616 331317 ns/op 70649 B/op 500 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgp_______Decode-8 18366 71131 ns/op 69333 B/op 969 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Easyjson___Decode-8 2641 421683 ns/op 89335 B/op 1044 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Ffjson_____Decode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec...
--- FAIL: BenchmarkCodecXGenSuite
FAIL
exit status 1
FAIL ugorji.net/codec/bench 60.690s
>>>> bench TAGS: 'alltests x generated codec.safe' SUITE: BenchmarkCodecXGenSuite
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgpack____Encode-8 26161 41037 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Binc_______Encode-8 28141 42921 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Simple_____Encode-8 29704 40265 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Cbor_______Encode-8 29695 40581 ns/op 1944 B/op 10 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Json_______Encode-8 8894 128120 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgp_______Encode-8 38421 31257 ns/op 0 B/op 0 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/options-false.../Benchmark__Easyjson___Encode
bench_test.go:158: (recovered) panic: runtime error: invalid memory address or nil pointer dereference
--- FAIL: BenchmarkCodecXGenSuite/options-false.../Benchmark__Ffjson_____Encode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgpack____Decode-8 10000 134661 ns/op 66101 B/op 914 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Binc_______Decode-8 9310 170164 ns/op 66070 B/op 914 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Simple_____Decode-8 8112 141327 ns/op 66070 B/op 914 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Cbor_______Decode-8 6885 166785 ns/op 66071 B/op 914 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Json_______Decode-8 2754 363442 ns/op 88914 B/op 1070 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Msgp_______Decode-8 19911 65100 ns/op 69317 B/op 969 allocs/op
BenchmarkCodecXGenSuite/options-false.../Benchmark__Easyjson___Decode-8 3199 375890 ns/op 89322 B/op 1044 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/options-false.../Benchmark__Ffjson_____Decode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
--- FAIL: BenchmarkCodecXGenSuite/options-false...
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgpack____Encode-8 25711 46629 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Binc_______Encode-8 24070 54305 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Simple_____Encode-8 21286 56248 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Cbor_______Encode-8 22584 52836 ns/op 1992 B/op 11 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Json_______Encode-8 8173 146118 ns/op 1480 B/op 3 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgp_______Encode-8 40375 29618 ns/op 2144 B/op 3 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Easyjson___Encode
bench_test.go:158: (recovered) panic: runtime error: invalid memory address or nil pointer dereference
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Ffjson_____Encode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgpack____Decode-8 5972 220179 ns/op 82708 B/op 2111 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Binc_______Decode-8 6690 179440 ns/op 81110 B/op 1647 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Simple_____Decode-8 5869 215451 ns/op 81879 B/op 1735 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Cbor_______Decode-8 6867 190097 ns/op 81861 B/op 1735 allocs/op
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Json_______Decode-8 2170 575098 ns/op 89353 B/op 1168 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Msgp_______Decode
bench_test.go:272: Error decoding into new TestStruc: msgp: unexpected EOF at AMSS/44444444444444444444444444444444 at AnonInTestStruc at TestStrucCommon at Its/0
BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Easyjson___Decode-8 2586 644030 ns/op 300537 B/op 1060 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes/Benchmark__Ffjson_____Decode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
--- FAIL: BenchmarkCodecXGenSuite/use-bufio-!bytes
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgpack____Encode-8 32466 35638 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Binc_______Encode-8 30746 42461 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Simple_____Encode-8 30070 39901 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Cbor_______Encode-8 29491 40977 ns/op 1944 B/op 10 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Json_______Encode-8 9054 128703 ns/op 1432 B/op 2 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgp_______Encode-8 38367 31611 ns/op 0 B/op 0 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Easyjson___Encode
bench_test.go:158: (recovered) panic: runtime error: invalid memory address or nil pointer dereference
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Ffjson_____Encode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgpack____Decode-8 10000 116779 ns/op 66086 B/op 914 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Binc_______Decode-8 9244 116936 ns/op 66102 B/op 914 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Simple_____Decode-8 8829 125008 ns/op 66070 B/op 914 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Cbor_______Decode-8 10000 129098 ns/op 66117 B/op 914 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Json_______Decode-8 3110 351569 ns/op 88929 B/op 1070 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Msgp_______Decode-8 18147 73271 ns/op 69316 B/op 969 allocs/op
BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Easyjson___Decode-8 2713 421466 ns/op 89261 B/op 1044 allocs/op
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec.../Benchmark__Ffjson_____Decode
bench_test.go:158: (recovered) panic: ffjson: generated code fails to compile; checked 2022-12-26
--- FAIL: BenchmarkCodecXGenSuite/reset-enc-dec...
--- FAIL: BenchmarkCodecXGenSuite
FAIL
exit status 1
FAIL ugorji.net/codec/bench 57.660s