|
2 | 2 | Benchmark of kryo asIterator on deserialization stream
|
3 | 3 | ================================================================================================
|
4 | 4 |
|
5 |
| -OpenJDK 64-Bit Server VM 21.0.6+7-LTS on Linux 6.8.0-1020-azure |
| 5 | +OpenJDK 64-Bit Server VM 21.0.7+6-LTS on Linux 6.8.0-1021-azure |
6 | 6 | AMD EPYC 7763 64-Core Processor
|
7 | 7 | Benchmark of kryo asIterator on deserialization stream: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative
|
8 | 8 | ---------------------------------------------------------------------------------------------------------------------------------------------
|
9 |
| -Colletion of int with 1 elements, useIterator: true 6 6 0 1.6 607.2 1.0X |
10 |
| -Colletion of int with 10 elements, useIterator: true 13 14 0 0.7 1345.2 0.5X |
11 |
| -Colletion of int with 100 elements, useIterator: true 82 83 1 0.1 8195.6 0.1X |
12 |
| -Colletion of string with 1 elements, useIterator: true 8 8 0 1.3 761.4 0.8X |
13 |
| -Colletion of string with 10 elements, useIterator: true 22 22 0 0.5 2201.7 0.3X |
14 |
| -Colletion of string with 100 elements, useIterator: true 154 155 1 0.1 15433.3 0.0X |
15 |
| -Colletion of Array[int] with 1 elements, useIterator: true 7 7 1 1.4 712.7 0.9X |
16 |
| -Colletion of Array[int] with 10 elements, useIterator: true 20 20 0 0.5 1963.0 0.3X |
17 |
| -Colletion of Array[int] with 100 elements, useIterator: true 144 145 1 0.1 14395.8 0.0X |
18 |
| -Colletion of int with 1 elements, useIterator: false 7 7 0 1.5 654.5 0.9X |
19 |
| -Colletion of int with 10 elements, useIterator: false 16 16 0 0.6 1587.0 0.4X |
20 |
| -Colletion of int with 100 elements, useIterator: false 106 107 1 0.1 10568.9 0.1X |
21 |
| -Colletion of string with 1 elements, useIterator: false 7 8 0 1.4 738.9 0.8X |
22 |
| -Colletion of string with 10 elements, useIterator: false 21 22 1 0.5 2119.5 0.3X |
23 |
| -Colletion of string with 100 elements, useIterator: false 157 158 1 0.1 15693.2 0.0X |
24 |
| -Colletion of Array[int] with 1 elements, useIterator: false 7 7 0 1.4 695.9 0.9X |
25 |
| -Colletion of Array[int] with 10 elements, useIterator: false 18 19 1 0.6 1817.1 0.3X |
26 |
| -Colletion of Array[int] with 100 elements, useIterator: false 136 137 0 0.1 13612.6 0.0X |
| 9 | +Colletion of int with 1 elements, useIterator: true 6 6 0 1.7 601.4 1.0X |
| 10 | +Colletion of int with 10 elements, useIterator: true 13 14 0 0.7 1334.9 0.5X |
| 11 | +Colletion of int with 100 elements, useIterator: true 83 83 1 0.1 8253.6 0.1X |
| 12 | +Colletion of string with 1 elements, useIterator: true 8 8 0 1.3 771.0 0.8X |
| 13 | +Colletion of string with 10 elements, useIterator: true 23 23 1 0.4 2256.5 0.3X |
| 14 | +Colletion of string with 100 elements, useIterator: true 167 167 0 0.1 16656.6 0.0X |
| 15 | +Colletion of Array[int] with 1 elements, useIterator: true 7 8 0 1.4 729.6 0.8X |
| 16 | +Colletion of Array[int] with 10 elements, useIterator: true 20 20 0 0.5 1968.9 0.3X |
| 17 | +Colletion of Array[int] with 100 elements, useIterator: true 148 149 0 0.1 14841.9 0.0X |
| 18 | +Colletion of int with 1 elements, useIterator: false 6 7 0 1.6 621.7 1.0X |
| 19 | +Colletion of int with 10 elements, useIterator: false 14 14 0 0.7 1358.1 0.4X |
| 20 | +Colletion of int with 100 elements, useIterator: false 86 87 1 0.1 8573.1 0.1X |
| 21 | +Colletion of string with 1 elements, useIterator: false 7 7 0 1.4 712.8 0.8X |
| 22 | +Colletion of string with 10 elements, useIterator: false 21 21 0 0.5 2109.8 0.3X |
| 23 | +Colletion of string with 100 elements, useIterator: false 157 157 0 0.1 15668.4 0.0X |
| 24 | +Colletion of Array[int] with 1 elements, useIterator: false 7 7 0 1.4 691.1 0.9X |
| 25 | +Colletion of Array[int] with 10 elements, useIterator: false 19 19 0 0.5 1857.8 0.3X |
| 26 | +Colletion of Array[int] with 100 elements, useIterator: false 139 140 1 0.1 13894.5 0.0X |
27 | 27 |
|
28 | 28 |
|
0 commit comments