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

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.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           1          1.6         611.4       1.0X
Colletion of int with 10 elements, useIterator: true                      14             15           0          0.7        1443.2       0.4X
Colletion of int with 100 elements, useIterator: true                     93             94           0          0.1        9331.3       0.1X
Colletion of string with 1 elements, useIterator: true                     8              8           0          1.3         753.6       0.8X
Colletion of string with 10 elements, useIterator: true                   22             22           0          0.5        2150.8       0.3X
Colletion of string with 100 elements, useIterator: true                 163            164           1          0.1       16325.7       0.0X
Colletion of Array[int] with 1 elements, useIterator: true                 7              8           0          1.3         741.1       0.8X
Colletion of Array[int] with 10 elements, useIterator: true               20             20           0          0.5        1989.2       0.3X
Colletion of Array[int] with 100 elements, useIterator: true             147            147           1          0.1       14659.2       0.0X
Colletion of int with 1 elements, useIterator: false                       6              6           0          1.7         597.3       1.0X
Colletion of int with 10 elements, useIterator: false                     13             14           0          0.8        1323.4       0.5X
Colletion of int with 100 elements, useIterator: false                    83             84           3          0.1        8272.9       0.1X
Colletion of string with 1 elements, useIterator: false                    7              7           0          1.4         714.5       0.9X
Colletion of string with 10 elements, useIterator: false                  21             22           1          0.5        2146.0       0.3X
Colletion of string with 100 elements, useIterator: false                157            157           0          0.1       15690.5       0.0X
Colletion of Array[int] with 1 elements, useIterator: false                7              7           0          1.5         668.5       0.9X
Colletion of Array[int] with 10 elements, useIterator: false              18             18           0          0.6        1802.1       0.3X
Colletion of Array[int] with 100 elements, useIterator: false            134            135           1          0.1       13393.9       0.0X


