================================================================================================
Benchmark of kryo asIterator on deserialization stream
================================================================================================

OpenJDK 64-Bit Server VM 21.0.8+9-LTS on Linux 6.11.0-1018-azure
AMD EPYC 7763 64-Core Processor
Benchmark of kryo asIterator on deserialization stream:        Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
---------------------------------------------------------------------------------------------------------------------------------------------
Colletion of int with 1 elements, useIterator: true                        6              7           0          1.6         617.6       1.0X
Colletion of int with 10 elements, useIterator: true                      15             15           0          0.7        1457.7       0.4X
Colletion of int with 100 elements, useIterator: true                     95             96           1          0.1        9534.4       0.1X
Colletion of string with 1 elements, useIterator: true                     8              8           0          1.3         778.5       0.8X
Colletion of string with 10 elements, useIterator: true                   22             23           0          0.5        2215.9       0.3X
Colletion of string with 100 elements, useIterator: true                 163            164           1          0.1       16325.6       0.0X
Colletion of Array[int] with 1 elements, useIterator: true                 7              8           0          1.4         737.7       0.8X
Colletion of Array[int] with 10 elements, useIterator: true               20             20           0          0.5        1960.3       0.3X
Colletion of Array[int] with 100 elements, useIterator: true             146            147           1          0.1       14615.3       0.0X
Colletion of int with 1 elements, useIterator: false                       6              7           0          1.6         613.8       1.0X
Colletion of int with 10 elements, useIterator: false                     14             14           0          0.7        1366.8       0.5X
Colletion of int with 100 elements, useIterator: false                    86             87           1          0.1        8554.3       0.1X
Colletion of string with 1 elements, useIterator: false                    7              8           0          1.3         748.0       0.8X
Colletion of string with 10 elements, useIterator: false                  21             22           0          0.5        2129.9       0.3X
Colletion of string with 100 elements, useIterator: false                160            161           0          0.1       15969.2       0.0X
Colletion of Array[int] with 1 elements, useIterator: false                7              8           0          1.4         695.4       0.9X
Colletion of Array[int] with 10 elements, useIterator: false              19             19           0          0.5        1872.0       0.3X
Colletion of Array[int] with 100 elements, useIterator: false            139            140           1          0.1       13860.5       0.0X


