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

OpenJDK 64-Bit Server VM 21.0.6+7-LTS on Linux 6.8.0-1021-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.5         645.9       1.0X
Colletion of int with 10 elements, useIterator: true                      13             14           0          0.8        1330.8       0.5X
Colletion of int with 100 elements, useIterator: true                     80             81           1          0.1        7987.1       0.1X
Colletion of string with 1 elements, useIterator: true                     8              8           0          1.3         787.4       0.8X
Colletion of string with 10 elements, useIterator: true                   21             21           0          0.5        2113.7       0.3X
Colletion of string with 100 elements, useIterator: true                 161            162           1          0.1       16108.9       0.0X
Colletion of Array[int] with 1 elements, useIterator: true                 7              8           0          1.3         747.8       0.9X
Colletion of Array[int] with 10 elements, useIterator: true               19             19           0          0.5        1879.8       0.3X
Colletion of Array[int] with 100 elements, useIterator: true             140            141           1          0.1       14008.3       0.0X
Colletion of int with 1 elements, useIterator: false                       6              7           0          1.6         642.6       1.0X
Colletion of int with 10 elements, useIterator: false                     14             15           1          0.7        1414.6       0.5X
Colletion of int with 100 elements, useIterator: false                    87             88           1          0.1        8699.0       0.1X
Colletion of string with 1 elements, useIterator: false                    7              8           0          1.3         746.5       0.9X
Colletion of string with 10 elements, useIterator: false                  22             22           0          0.5        2192.3       0.3X
Colletion of string with 100 elements, useIterator: false                161            162           2          0.1       16091.2       0.0X
Colletion of Array[int] with 1 elements, useIterator: false                7              8           0          1.4         719.6       0.9X
Colletion of Array[int] with 10 elements, useIterator: false              19             19           0          0.5        1869.6       0.3X
Colletion of Array[int] with 100 elements, useIterator: false            138            139           1          0.1       13766.1       0.0X


