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

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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              6           0          1.6         621.6       1.0X
Colletion of int with 10 elements, useIterator: true                      14             14           0          0.7        1422.5       0.4X
Colletion of int with 100 elements, useIterator: true                     90             92           1          0.1        9030.9       0.1X
Colletion of string with 1 elements, useIterator: true                     7              8           0          1.4         726.3       0.9X
Colletion of string with 10 elements, useIterator: true                   23             23           1          0.4        2251.0       0.3X
Colletion of string with 100 elements, useIterator: true                 172            172           0          0.1       17183.3       0.0X
Colletion of Array[int] with 1 elements, useIterator: true                 7              7           0          1.4         718.6       0.9X
Colletion of Array[int] with 10 elements, useIterator: true               21             21           1          0.5        2078.4       0.3X
Colletion of Array[int] with 100 elements, useIterator: true             162            162           0          0.1       16189.6       0.0X
Colletion of int with 1 elements, useIterator: false                       6              6           0          1.7         599.6       1.0X
Colletion of int with 10 elements, useIterator: false                     13             13           0          0.8        1313.8       0.5X
Colletion of int with 100 elements, useIterator: false                    81             82           0          0.1        8132.1       0.1X
Colletion of string with 1 elements, useIterator: false                    7              7           0          1.4         705.6       0.9X
Colletion of string with 10 elements, useIterator: false                  22             23           0          0.4        2240.1       0.3X
Colletion of string with 100 elements, useIterator: false                170            170           0          0.1       16995.3       0.0X
Colletion of Array[int] with 1 elements, useIterator: false                7              7           0          1.5         675.7       0.9X
Colletion of Array[int] with 10 elements, useIterator: false              18             19           0          0.5        1842.7       0.3X
Colletion of Array[int] with 100 elements, useIterator: false            138            139           0          0.1       13801.7       0.0X


