================================================================================================
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              6           0          1.6         614.1       1.0X
Colletion of int with 10 elements, useIterator: true                      14             14           0          0.7        1353.8       0.5X
Colletion of int with 100 elements, useIterator: true                     83             84           1          0.1        8301.3       0.1X
Colletion of string with 1 elements, useIterator: true                     8              8           0          1.3         780.9       0.8X
Colletion of string with 10 elements, useIterator: true                   23             23           1          0.4        2274.3       0.3X
Colletion of string with 100 elements, useIterator: true                 171            172           1          0.1       17072.6       0.0X
Colletion of Array[int] with 1 elements, useIterator: true                 7              8           0          1.4         736.9       0.8X
Colletion of Array[int] with 10 elements, useIterator: true               20             20           0          0.5        1976.1       0.3X
Colletion of Array[int] with 100 elements, useIterator: true             147            148           1          0.1       14712.0       0.0X
Colletion of int with 1 elements, useIterator: false                       6              6           0          1.6         619.4       1.0X
Colletion of int with 10 elements, useIterator: false                     13             14           0          0.7        1343.7       0.5X
Colletion of int with 100 elements, useIterator: false                    84             85           0          0.1        8391.9       0.1X
Colletion of string with 1 elements, useIterator: false                    7              8           0          1.4         721.7       0.9X
Colletion of string with 10 elements, useIterator: false                  22             22           0          0.5        2208.8       0.3X
Colletion of string with 100 elements, useIterator: false                164            164           0          0.1       16358.2       0.0X
Colletion of Array[int] with 1 elements, useIterator: false                7              7           0          1.4         702.7       0.9X
Colletion of Array[int] with 10 elements, useIterator: false              19             20           0          0.5        1911.7       0.3X
Colletion of Array[int] with 100 elements, useIterator: false            143            144           1          0.1       14274.6       0.0X


