purplelight 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/PERFORMANCE_NOTES.md +4 -2
- data/README.md +3 -2
- data/benchmark/baseline.json +405 -391
- data/benchmark/microbench.rb +1 -0
- data/lib/purplelight/queue.rb +6 -1
- data/lib/purplelight/snapshot.rb +25 -4
- data/lib/purplelight/version.rb +1 -1
- data/lib/purplelight/writer_parquet.rb +4 -3
- metadata +1 -1
data/benchmark/baseline.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-07-
|
|
2
|
+
"generated_at": "2026-07-23T07:51:24Z",
|
|
3
3
|
"coverage": {
|
|
4
4
|
"covered": [
|
|
5
5
|
"manifest",
|
|
@@ -28,757 +28,771 @@
|
|
|
28
28
|
"results": {
|
|
29
29
|
"byte_queue_round_trip": {
|
|
30
30
|
"iterations": 20000,
|
|
31
|
-
"seconds": 0.
|
|
31
|
+
"seconds": 0.072842,
|
|
32
32
|
"sample_seconds": [
|
|
33
|
-
0.
|
|
34
|
-
0.
|
|
35
|
-
0.
|
|
36
|
-
0.
|
|
37
|
-
0.
|
|
33
|
+
0.029083,
|
|
34
|
+
0.008072,
|
|
35
|
+
0.008096,
|
|
36
|
+
0.007915,
|
|
37
|
+
0.019676
|
|
38
38
|
],
|
|
39
|
-
"operations_per_second":
|
|
39
|
+
"operations_per_second": 2470355.75,
|
|
40
40
|
"allocated_objects": 100001,
|
|
41
41
|
"allocations_per_operation": 5.0
|
|
42
42
|
},
|
|
43
43
|
"byte_queue_bulk_drain": {
|
|
44
44
|
"iterations": 10,
|
|
45
|
-
"seconds": 0.
|
|
45
|
+
"seconds": 0.060507,
|
|
46
46
|
"sample_seconds": [
|
|
47
|
-
0.
|
|
48
|
-
0.
|
|
49
|
-
0.
|
|
50
|
-
0.
|
|
51
|
-
0.
|
|
47
|
+
0.011967,
|
|
48
|
+
0.011953,
|
|
49
|
+
0.012173,
|
|
50
|
+
0.012334,
|
|
51
|
+
0.01208
|
|
52
52
|
],
|
|
53
|
-
"operations_per_second":
|
|
53
|
+
"operations_per_second": 827.81,
|
|
54
54
|
"allocated_objects": 70,
|
|
55
55
|
"allocations_per_operation": 7.0
|
|
56
56
|
},
|
|
57
57
|
"telemetry_counter_and_timer": {
|
|
58
58
|
"iterations": 50000,
|
|
59
|
-
"seconds": 0.
|
|
59
|
+
"seconds": 0.048641,
|
|
60
60
|
"sample_seconds": [
|
|
61
|
-
0.
|
|
62
|
-
0.
|
|
63
|
-
0.
|
|
64
|
-
0.
|
|
65
|
-
0.
|
|
61
|
+
0.009847,
|
|
62
|
+
0.009597,
|
|
63
|
+
0.009738,
|
|
64
|
+
0.009587,
|
|
65
|
+
0.009872
|
|
66
66
|
],
|
|
67
|
-
"operations_per_second":
|
|
67
|
+
"operations_per_second": 5134524.61,
|
|
68
68
|
"allocated_objects": 0,
|
|
69
69
|
"allocations_per_operation": 0.0
|
|
70
70
|
},
|
|
71
71
|
"telemetry_construction": {
|
|
72
72
|
"iterations": 100000,
|
|
73
|
-
"seconds": 0.
|
|
73
|
+
"seconds": 0.133666,
|
|
74
74
|
"sample_seconds": [
|
|
75
|
-
0.
|
|
76
|
-
0.
|
|
77
|
-
0.
|
|
78
|
-
0.
|
|
79
|
-
0.
|
|
75
|
+
0.031546,
|
|
76
|
+
0.02449,
|
|
77
|
+
0.024924,
|
|
78
|
+
0.02799,
|
|
79
|
+
0.024716
|
|
80
80
|
],
|
|
81
|
-
"operations_per_second":
|
|
82
|
-
"allocated_objects":
|
|
81
|
+
"operations_per_second": 4012197.07,
|
|
82
|
+
"allocated_objects": 300002,
|
|
83
83
|
"allocations_per_operation": 3.0
|
|
84
84
|
},
|
|
85
85
|
"manifest_progress": {
|
|
86
86
|
"iterations": 250,
|
|
87
|
-
"seconds": 0.
|
|
87
|
+
"seconds": 0.775577,
|
|
88
88
|
"sample_seconds": [
|
|
89
|
-
0.
|
|
90
|
-
0.
|
|
91
|
-
0.
|
|
92
|
-
0.
|
|
93
|
-
0.
|
|
89
|
+
0.157953,
|
|
90
|
+
0.153378,
|
|
91
|
+
0.158079,
|
|
92
|
+
0.152142,
|
|
93
|
+
0.154025
|
|
94
94
|
],
|
|
95
|
-
"operations_per_second":
|
|
95
|
+
"operations_per_second": 1623.11,
|
|
96
96
|
"allocated_objects": 21252,
|
|
97
97
|
"allocations_per_operation": 85.01
|
|
98
98
|
},
|
|
99
99
|
"partition_range_planning": {
|
|
100
100
|
"iterations": 100000,
|
|
101
|
-
"seconds": 0.
|
|
101
|
+
"seconds": 0.053642,
|
|
102
102
|
"sample_seconds": [
|
|
103
|
-
0.
|
|
104
|
-
0.
|
|
105
|
-
0.
|
|
106
|
-
0.
|
|
107
|
-
0.
|
|
103
|
+
0.011107,
|
|
104
|
+
0.010197,
|
|
105
|
+
0.01115,
|
|
106
|
+
0.010534,
|
|
107
|
+
0.010654
|
|
108
108
|
],
|
|
109
|
-
"operations_per_second":
|
|
109
|
+
"operations_per_second": 9386145.96,
|
|
110
110
|
"allocated_objects": 100000,
|
|
111
111
|
"allocations_per_operation": 1.0
|
|
112
112
|
},
|
|
113
113
|
"partition_cursor_sampling": {
|
|
114
114
|
"iterations": 10,
|
|
115
|
-
"seconds": 0.
|
|
115
|
+
"seconds": 0.007691,
|
|
116
116
|
"sample_seconds": [
|
|
117
|
-
0.
|
|
118
|
-
0.
|
|
119
|
-
0.
|
|
120
|
-
0.
|
|
121
|
-
0.
|
|
117
|
+
0.002434,
|
|
118
|
+
0.001323,
|
|
119
|
+
0.001317,
|
|
120
|
+
0.001311,
|
|
121
|
+
0.001306
|
|
122
122
|
],
|
|
123
|
-
"operations_per_second":
|
|
123
|
+
"operations_per_second": 7593.01,
|
|
124
124
|
"allocated_objects": 250,
|
|
125
125
|
"allocations_per_operation": 25.0
|
|
126
126
|
},
|
|
127
127
|
"snapshot_configuration": {
|
|
128
128
|
"iterations": 10000,
|
|
129
|
-
"seconds": 0.
|
|
129
|
+
"seconds": 0.223943,
|
|
130
130
|
"sample_seconds": [
|
|
131
|
-
0.
|
|
132
|
-
0.
|
|
133
|
-
0.
|
|
134
|
-
0.
|
|
135
|
-
0.
|
|
131
|
+
0.044682,
|
|
132
|
+
0.044433,
|
|
133
|
+
0.044744,
|
|
134
|
+
0.045186,
|
|
135
|
+
0.044898
|
|
136
136
|
],
|
|
137
|
-
"operations_per_second":
|
|
137
|
+
"operations_per_second": 223493.65,
|
|
138
138
|
"allocated_objects": 170002,
|
|
139
139
|
"allocations_per_operation": 17.0
|
|
140
140
|
},
|
|
141
141
|
"snapshot_empty_export": {
|
|
142
142
|
"iterations": 20,
|
|
143
|
-
"seconds": 0.
|
|
143
|
+
"seconds": 0.082014,
|
|
144
144
|
"sample_seconds": [
|
|
145
|
-
0.
|
|
146
|
-
0.
|
|
147
|
-
0.
|
|
148
|
-
0.
|
|
149
|
-
0.
|
|
145
|
+
0.010885,
|
|
146
|
+
0.010449,
|
|
147
|
+
0.026094,
|
|
148
|
+
0.008442,
|
|
149
|
+
0.026144
|
|
150
150
|
],
|
|
151
|
-
"operations_per_second":
|
|
152
|
-
"allocated_objects":
|
|
153
|
-
"allocations_per_operation":
|
|
151
|
+
"operations_per_second": 1837.39,
|
|
152
|
+
"allocated_objects": 3462,
|
|
153
|
+
"allocations_per_operation": 173.1
|
|
154
154
|
},
|
|
155
155
|
"snapshot_raw_batching": {
|
|
156
156
|
"iterations": 100,
|
|
157
|
-
"seconds": 0.
|
|
157
|
+
"seconds": 0.066883,
|
|
158
158
|
"sample_seconds": [
|
|
159
|
-
0.
|
|
160
|
-
0.
|
|
161
|
-
0.
|
|
162
|
-
0.
|
|
163
|
-
0.
|
|
159
|
+
0.012432,
|
|
160
|
+
0.012412,
|
|
161
|
+
0.012763,
|
|
162
|
+
0.014112,
|
|
163
|
+
0.015164
|
|
164
164
|
],
|
|
165
|
-
"operations_per_second":
|
|
165
|
+
"operations_per_second": 7835.15,
|
|
166
166
|
"allocated_objects": 1800,
|
|
167
167
|
"allocations_per_operation": 18.0
|
|
168
168
|
},
|
|
169
169
|
"snapshot_jsonl_serial_pipeline": {
|
|
170
170
|
"iterations": 3,
|
|
171
|
-
"seconds": 1.
|
|
171
|
+
"seconds": 1.799911,
|
|
172
172
|
"sample_seconds": [
|
|
173
|
-
0.
|
|
174
|
-
0.
|
|
175
|
-
0.
|
|
176
|
-
0.
|
|
177
|
-
0.
|
|
173
|
+
0.396616,
|
|
174
|
+
0.362055,
|
|
175
|
+
0.364242,
|
|
176
|
+
0.339276,
|
|
177
|
+
0.337722
|
|
178
178
|
],
|
|
179
|
-
"operations_per_second":
|
|
180
|
-
"allocated_objects":
|
|
181
|
-
"allocations_per_operation":
|
|
179
|
+
"operations_per_second": 8.29,
|
|
180
|
+
"allocated_objects": 543653,
|
|
181
|
+
"allocations_per_operation": 181217.67
|
|
182
182
|
},
|
|
183
183
|
"snapshot_jsonl_pipeline": {
|
|
184
184
|
"iterations": 3,
|
|
185
|
-
"seconds":
|
|
185
|
+
"seconds": 1.060606,
|
|
186
186
|
"sample_seconds": [
|
|
187
|
-
0.
|
|
188
|
-
0.
|
|
189
|
-
0.
|
|
190
|
-
0.
|
|
191
|
-
0.
|
|
187
|
+
0.211884,
|
|
188
|
+
0.207296,
|
|
189
|
+
0.20749,
|
|
190
|
+
0.209349,
|
|
191
|
+
0.224587
|
|
192
192
|
],
|
|
193
|
-
"operations_per_second":
|
|
194
|
-
"allocated_objects":
|
|
195
|
-
"allocations_per_operation":
|
|
193
|
+
"operations_per_second": 14.33,
|
|
194
|
+
"allocated_objects": 543875,
|
|
195
|
+
"allocations_per_operation": 181291.67
|
|
196
196
|
},
|
|
197
197
|
"jsonl_batch_write": {
|
|
198
198
|
"iterations": 100,
|
|
199
|
-
"seconds": 0.
|
|
199
|
+
"seconds": 0.115285,
|
|
200
200
|
"sample_seconds": [
|
|
201
|
-
0.
|
|
202
|
-
0.
|
|
203
|
-
0.
|
|
204
|
-
0.
|
|
205
|
-
0.
|
|
201
|
+
0.022663,
|
|
202
|
+
0.022127,
|
|
203
|
+
0.026103,
|
|
204
|
+
0.022851,
|
|
205
|
+
0.021541
|
|
206
206
|
],
|
|
207
|
-
"operations_per_second":
|
|
207
|
+
"operations_per_second": 4412.48,
|
|
208
208
|
"allocated_objects": 182802,
|
|
209
209
|
"allocations_per_operation": 1828.02
|
|
210
210
|
},
|
|
211
211
|
"jsonl_zstd_batch_write": {
|
|
212
212
|
"iterations": 50,
|
|
213
|
-
"seconds": 0.
|
|
213
|
+
"seconds": 0.078788,
|
|
214
214
|
"sample_seconds": [
|
|
215
|
-
0.
|
|
216
|
-
0.
|
|
217
|
-
0.
|
|
218
|
-
0.
|
|
219
|
-
0.
|
|
215
|
+
0.015351,
|
|
216
|
+
0.014832,
|
|
217
|
+
0.0148,
|
|
218
|
+
0.014612,
|
|
219
|
+
0.019193
|
|
220
220
|
],
|
|
221
|
-
"operations_per_second":
|
|
221
|
+
"operations_per_second": 3371.09,
|
|
222
222
|
"allocated_objects": 92052,
|
|
223
223
|
"allocations_per_operation": 1841.04
|
|
224
224
|
},
|
|
225
225
|
"jsonl_preencoded_accounting": {
|
|
226
226
|
"iterations": 10000,
|
|
227
|
-
"seconds": 0.
|
|
227
|
+
"seconds": 0.161093,
|
|
228
228
|
"sample_seconds": [
|
|
229
|
-
0.
|
|
230
|
-
0.
|
|
231
|
-
0.
|
|
232
|
-
0.
|
|
233
|
-
0.
|
|
229
|
+
0.032238,
|
|
230
|
+
0.032274,
|
|
231
|
+
0.032275,
|
|
232
|
+
0.032093000000000003,
|
|
233
|
+
0.032213
|
|
234
234
|
],
|
|
235
|
-
"operations_per_second":
|
|
235
|
+
"operations_per_second": 310192.94,
|
|
236
236
|
"allocated_objects": 0,
|
|
237
237
|
"allocations_per_operation": 0.0
|
|
238
238
|
},
|
|
239
239
|
"csv_batch_write": {
|
|
240
240
|
"iterations": 100,
|
|
241
|
-
"seconds": 0.
|
|
241
|
+
"seconds": 0.300294,
|
|
242
242
|
"sample_seconds": [
|
|
243
|
-
0.
|
|
244
|
-
0.
|
|
245
|
-
0.
|
|
246
|
-
0.
|
|
247
|
-
0.
|
|
243
|
+
0.054677,
|
|
244
|
+
0.067749,
|
|
245
|
+
0.055255,
|
|
246
|
+
0.062776,
|
|
247
|
+
0.059837
|
|
248
248
|
],
|
|
249
|
-
"operations_per_second":
|
|
249
|
+
"operations_per_second": 1671.21,
|
|
250
250
|
"allocated_objects": 363702,
|
|
251
251
|
"allocations_per_operation": 3637.02
|
|
252
252
|
},
|
|
253
253
|
"csv_zstd_batch_write": {
|
|
254
254
|
"iterations": 50,
|
|
255
|
-
"seconds": 0.
|
|
255
|
+
"seconds": 0.280974,
|
|
256
256
|
"sample_seconds": [
|
|
257
|
-
0.
|
|
258
|
-
0.
|
|
259
|
-
0.
|
|
260
|
-
0.
|
|
261
|
-
0.
|
|
257
|
+
0.058583,
|
|
258
|
+
0.059305,
|
|
259
|
+
0.040113,
|
|
260
|
+
0.063301,
|
|
261
|
+
0.059672
|
|
262
262
|
],
|
|
263
|
-
"operations_per_second":
|
|
263
|
+
"operations_per_second": 843.1,
|
|
264
264
|
"allocated_objects": 182502,
|
|
265
265
|
"allocations_per_operation": 3650.04
|
|
266
266
|
},
|
|
267
267
|
"csv_gzip_batch_write": {
|
|
268
268
|
"iterations": 50,
|
|
269
|
-
"seconds": 0.
|
|
269
|
+
"seconds": 0.156844,
|
|
270
270
|
"sample_seconds": [
|
|
271
|
-
0.
|
|
272
|
-
0.
|
|
273
|
-
0.
|
|
274
|
-
0.
|
|
275
|
-
0.
|
|
271
|
+
0.029073,
|
|
272
|
+
0.028514,
|
|
273
|
+
0.031213,
|
|
274
|
+
0.039615,
|
|
275
|
+
0.028429
|
|
276
276
|
],
|
|
277
|
-
"operations_per_second":
|
|
277
|
+
"operations_per_second": 1719.81,
|
|
278
278
|
"allocated_objects": 182552,
|
|
279
279
|
"allocations_per_operation": 3651.04
|
|
280
280
|
},
|
|
281
281
|
"csv_counting_io_write": {
|
|
282
282
|
"iterations": 100000,
|
|
283
|
-
"seconds": 0.
|
|
283
|
+
"seconds": 0.035924,
|
|
284
284
|
"sample_seconds": [
|
|
285
|
-
0.
|
|
286
|
-
0.
|
|
287
|
-
0.
|
|
288
|
-
0.
|
|
289
|
-
0.
|
|
285
|
+
0.00743,
|
|
286
|
+
0.007098,
|
|
287
|
+
0.007289,
|
|
288
|
+
0.006963,
|
|
289
|
+
0.007144
|
|
290
290
|
],
|
|
291
|
-
"operations_per_second":
|
|
291
|
+
"operations_per_second": 13997760.52,
|
|
292
292
|
"allocated_objects": 0,
|
|
293
293
|
"allocations_per_operation": 0.0
|
|
294
294
|
},
|
|
295
295
|
"csv_row_serialization": {
|
|
296
296
|
"iterations": 25000,
|
|
297
|
-
"seconds": 0.
|
|
297
|
+
"seconds": 0.295404,
|
|
298
298
|
"sample_seconds": [
|
|
299
|
-
0.
|
|
300
|
-
0.
|
|
301
|
-
0.
|
|
302
|
-
0.
|
|
303
|
-
0.
|
|
299
|
+
0.062782,
|
|
300
|
+
0.054122,
|
|
301
|
+
0.062007,
|
|
302
|
+
0.061917,
|
|
303
|
+
0.054576
|
|
304
304
|
],
|
|
305
|
-
"operations_per_second":
|
|
306
|
-
"allocated_objects":
|
|
305
|
+
"operations_per_second": 403766.33,
|
|
306
|
+
"allocated_objects": 375002,
|
|
307
307
|
"allocations_per_operation": 15.0
|
|
308
308
|
},
|
|
309
309
|
"parquet_buffer_append": {
|
|
310
310
|
"iterations": 5000,
|
|
311
|
-
"seconds": 0.
|
|
311
|
+
"seconds": 0.005873,
|
|
312
312
|
"sample_seconds": [
|
|
313
|
-
0.
|
|
314
|
-
0.
|
|
315
|
-
0.
|
|
316
|
-
0.
|
|
317
|
-
0.
|
|
313
|
+
0.001249,
|
|
314
|
+
0.001197,
|
|
315
|
+
0.00114,
|
|
316
|
+
0.001148,
|
|
317
|
+
0.001139
|
|
318
318
|
],
|
|
319
|
-
"operations_per_second":
|
|
319
|
+
"operations_per_second": 4355400.22,
|
|
320
320
|
"allocated_objects": 0,
|
|
321
321
|
"allocations_per_operation": 0.0
|
|
322
322
|
},
|
|
323
323
|
"parquet_object_id_array": {
|
|
324
324
|
"iterations": 1000,
|
|
325
|
-
"seconds": 0.
|
|
325
|
+
"seconds": 0.243033,
|
|
326
326
|
"sample_seconds": [
|
|
327
|
-
0.
|
|
328
|
-
0.
|
|
329
|
-
0.
|
|
330
|
-
0.
|
|
331
|
-
0.
|
|
327
|
+
0.047637,
|
|
328
|
+
0.047108,
|
|
329
|
+
0.050132,
|
|
330
|
+
0.052369,
|
|
331
|
+
0.045787
|
|
332
332
|
],
|
|
333
|
-
"operations_per_second":
|
|
333
|
+
"operations_per_second": 20992.09,
|
|
334
334
|
"allocated_objects": 64000,
|
|
335
335
|
"allocations_per_operation": 64.0
|
|
336
336
|
},
|
|
337
337
|
"parquet_batch_write": {
|
|
338
338
|
"iterations": 10,
|
|
339
|
-
"seconds": 0.
|
|
339
|
+
"seconds": 0.05342,
|
|
340
340
|
"sample_seconds": [
|
|
341
|
-
0.
|
|
342
|
-
0.
|
|
343
|
-
0.
|
|
344
|
-
0.
|
|
345
|
-
0.
|
|
341
|
+
0.011183,
|
|
342
|
+
0.011008,
|
|
343
|
+
0.010196,
|
|
344
|
+
0.010849,
|
|
345
|
+
0.010184
|
|
346
346
|
],
|
|
347
|
-
"operations_per_second":
|
|
347
|
+
"operations_per_second": 921.74,
|
|
348
348
|
"allocated_objects": 19222,
|
|
349
349
|
"allocations_per_operation": 1922.2
|
|
350
350
|
},
|
|
351
351
|
"parquet_row_group_write": {
|
|
352
352
|
"iterations": 2,
|
|
353
|
-
"seconds": 0.
|
|
353
|
+
"seconds": 0.209318,
|
|
354
354
|
"sample_seconds": [
|
|
355
|
-
0.
|
|
356
|
-
0.
|
|
357
|
-
0.
|
|
358
|
-
0.
|
|
359
|
-
0.
|
|
355
|
+
0.040844,
|
|
356
|
+
0.051103,
|
|
357
|
+
0.038984,
|
|
358
|
+
0.039179,
|
|
359
|
+
0.039208
|
|
360
360
|
],
|
|
361
|
-
"operations_per_second":
|
|
361
|
+
"operations_per_second": 51.01,
|
|
362
362
|
"allocated_objects": 68986,
|
|
363
363
|
"allocations_per_operation": 34493.0
|
|
364
364
|
},
|
|
365
365
|
"parquet_read_full_table": {
|
|
366
366
|
"iterations": 10,
|
|
367
|
-
"seconds": 0.
|
|
367
|
+
"seconds": 0.034207,
|
|
368
368
|
"sample_seconds": [
|
|
369
|
-
0.
|
|
370
|
-
0.
|
|
371
|
-
0.
|
|
372
|
-
0.
|
|
373
|
-
0.
|
|
369
|
+
0.008288,
|
|
370
|
+
0.006604,
|
|
371
|
+
0.006358,
|
|
372
|
+
0.006518,
|
|
373
|
+
0.006439
|
|
374
374
|
],
|
|
375
|
-
"operations_per_second":
|
|
375
|
+
"operations_per_second": 1534.21,
|
|
376
376
|
"allocated_objects": 380,
|
|
377
377
|
"allocations_per_operation": 38.0
|
|
378
378
|
},
|
|
379
379
|
"parquet_read_row_groups": {
|
|
380
380
|
"iterations": 10,
|
|
381
|
-
"seconds": 0.
|
|
381
|
+
"seconds": 0.033121,
|
|
382
382
|
"sample_seconds": [
|
|
383
|
-
0.
|
|
384
|
-
0.
|
|
385
|
-
0.
|
|
386
|
-
0.
|
|
387
|
-
0.
|
|
383
|
+
0.006753,
|
|
384
|
+
0.006306,
|
|
385
|
+
0.006873,
|
|
386
|
+
0.006624,
|
|
387
|
+
0.006565
|
|
388
388
|
],
|
|
389
|
-
"operations_per_second":
|
|
389
|
+
"operations_per_second": 1509.66,
|
|
390
390
|
"allocated_objects": 480,
|
|
391
391
|
"allocations_per_operation": 48.0
|
|
392
392
|
},
|
|
393
393
|
"parquet_read_projection": {
|
|
394
394
|
"iterations": 25,
|
|
395
|
-
"seconds": 0.
|
|
395
|
+
"seconds": 0.025868,
|
|
396
396
|
"sample_seconds": [
|
|
397
|
-
0.
|
|
398
|
-
0.
|
|
399
|
-
0.
|
|
400
|
-
0.
|
|
401
|
-
0.
|
|
397
|
+
0.005289,
|
|
398
|
+
0.005061,
|
|
399
|
+
0.005385,
|
|
400
|
+
0.005065,
|
|
401
|
+
0.005068
|
|
402
402
|
],
|
|
403
|
-
"operations_per_second":
|
|
404
|
-
"allocated_objects":
|
|
405
|
-
"allocations_per_operation": 57.
|
|
403
|
+
"operations_per_second": 4932.91,
|
|
404
|
+
"allocated_objects": 1428,
|
|
405
|
+
"allocations_per_operation": 57.12
|
|
406
406
|
},
|
|
407
407
|
"parquet_read_category": {
|
|
408
408
|
"iterations": 50,
|
|
409
|
-
"seconds": 0.
|
|
409
|
+
"seconds": 0.045331,
|
|
410
410
|
"sample_seconds": [
|
|
411
|
-
0.
|
|
412
|
-
0.
|
|
413
|
-
0.
|
|
414
|
-
0.
|
|
415
|
-
0.
|
|
411
|
+
0.009277,
|
|
412
|
+
0.009077,
|
|
413
|
+
0.008956,
|
|
414
|
+
0.009257,
|
|
415
|
+
0.008764
|
|
416
416
|
],
|
|
417
|
-
"operations_per_second":
|
|
417
|
+
"operations_per_second": 5508.43,
|
|
418
418
|
"allocated_objects": 2000,
|
|
419
419
|
"allocations_per_operation": 40.0
|
|
420
420
|
},
|
|
421
421
|
"parquet_read_date": {
|
|
422
422
|
"iterations": 50,
|
|
423
|
-
"seconds": 0.
|
|
423
|
+
"seconds": 0.022313,
|
|
424
424
|
"sample_seconds": [
|
|
425
|
-
0.
|
|
426
|
-
0.
|
|
427
|
-
0.
|
|
428
|
-
0.
|
|
429
|
-
0.
|
|
425
|
+
0.004458,
|
|
426
|
+
0.004411,
|
|
427
|
+
0.004643,
|
|
428
|
+
0.004417,
|
|
429
|
+
0.004384
|
|
430
430
|
],
|
|
431
|
-
"operations_per_second":
|
|
431
|
+
"operations_per_second": 11319.9,
|
|
432
432
|
"allocated_objects": 2000,
|
|
433
433
|
"allocations_per_operation": 40.0
|
|
434
434
|
},
|
|
435
435
|
"parquet_read_flag": {
|
|
436
436
|
"iterations": 50,
|
|
437
|
-
"seconds": 0.
|
|
437
|
+
"seconds": 0.022708,
|
|
438
438
|
"sample_seconds": [
|
|
439
|
-
0.
|
|
440
|
-
0.
|
|
441
|
-
0.
|
|
442
|
-
0.
|
|
443
|
-
0.
|
|
439
|
+
0.004489,
|
|
440
|
+
0.004341,
|
|
441
|
+
0.004344,
|
|
442
|
+
0.005011,
|
|
443
|
+
0.004523
|
|
444
444
|
],
|
|
445
|
-
"operations_per_second":
|
|
445
|
+
"operations_per_second": 11138.34,
|
|
446
446
|
"allocated_objects": 2000,
|
|
447
447
|
"allocations_per_operation": 40.0
|
|
448
448
|
},
|
|
449
449
|
"parquet_read_hash_list": {
|
|
450
450
|
"iterations": 50,
|
|
451
|
-
"seconds": 0.
|
|
451
|
+
"seconds": 0.079639,
|
|
452
452
|
"sample_seconds": [
|
|
453
|
-
0.
|
|
454
|
-
0.
|
|
455
|
-
0.
|
|
456
|
-
0.
|
|
457
|
-
0.
|
|
453
|
+
0.016061,
|
|
454
|
+
0.015976,
|
|
455
|
+
0.01577,
|
|
456
|
+
0.016008,
|
|
457
|
+
0.015824
|
|
458
458
|
],
|
|
459
|
-
"operations_per_second":
|
|
459
|
+
"operations_per_second": 3129.69,
|
|
460
460
|
"allocated_objects": 2000,
|
|
461
461
|
"allocations_per_operation": 40.0
|
|
462
462
|
},
|
|
463
463
|
"parquet_read_i16": {
|
|
464
464
|
"iterations": 50,
|
|
465
|
-
"seconds": 0.
|
|
465
|
+
"seconds": 0.026114,
|
|
466
466
|
"sample_seconds": [
|
|
467
|
-
0.
|
|
468
|
-
0.
|
|
469
|
-
0.
|
|
470
|
-
0.
|
|
471
|
-
0.
|
|
467
|
+
0.005269,
|
|
468
|
+
0.005325,
|
|
469
|
+
0.005142,
|
|
470
|
+
0.005126,
|
|
471
|
+
0.005252
|
|
472
472
|
],
|
|
473
|
-
"operations_per_second":
|
|
473
|
+
"operations_per_second": 9520.18,
|
|
474
474
|
"allocated_objects": 2000,
|
|
475
475
|
"allocations_per_operation": 40.0
|
|
476
476
|
},
|
|
477
477
|
"parquet_read_i32": {
|
|
478
478
|
"iterations": 50,
|
|
479
|
-
"seconds": 0.
|
|
479
|
+
"seconds": 0.027286,
|
|
480
480
|
"sample_seconds": [
|
|
481
|
-
0.
|
|
482
|
-
0.
|
|
483
|
-
0.
|
|
484
|
-
0.
|
|
485
|
-
0.
|
|
481
|
+
0.005382,
|
|
482
|
+
0.005657,
|
|
483
|
+
0.005479,
|
|
484
|
+
0.005381,
|
|
485
|
+
0.005387
|
|
486
486
|
],
|
|
487
|
-
"operations_per_second":
|
|
487
|
+
"operations_per_second": 9281.6,
|
|
488
488
|
"allocated_objects": 2000,
|
|
489
489
|
"allocations_per_operation": 40.0
|
|
490
490
|
},
|
|
491
491
|
"parquet_read_i64": {
|
|
492
492
|
"iterations": 50,
|
|
493
|
-
"seconds": 0.
|
|
493
|
+
"seconds": 0.037205,
|
|
494
494
|
"sample_seconds": [
|
|
495
|
-
0.
|
|
496
|
-
0.
|
|
497
|
-
0.
|
|
498
|
-
0.
|
|
499
|
-
0.
|
|
495
|
+
0.007263,
|
|
496
|
+
0.007372,
|
|
497
|
+
0.007303,
|
|
498
|
+
0.007727,
|
|
499
|
+
0.00754
|
|
500
500
|
],
|
|
501
|
-
"operations_per_second":
|
|
501
|
+
"operations_per_second": 6782.42,
|
|
502
502
|
"allocated_objects": 2000,
|
|
503
503
|
"allocations_per_operation": 40.0
|
|
504
504
|
},
|
|
505
505
|
"parquet_read_i8": {
|
|
506
506
|
"iterations": 50,
|
|
507
|
-
"seconds": 0.
|
|
507
|
+
"seconds": 0.022372,
|
|
508
508
|
"sample_seconds": [
|
|
509
|
-
0.
|
|
510
|
-
0.
|
|
511
|
-
0.
|
|
512
|
-
0.
|
|
513
|
-
0.
|
|
509
|
+
0.004487,
|
|
510
|
+
0.004393,
|
|
511
|
+
0.004521,
|
|
512
|
+
0.00454,
|
|
513
|
+
0.004431
|
|
514
514
|
],
|
|
515
|
-
"operations_per_second":
|
|
515
|
+
"operations_per_second": 11143.3,
|
|
516
516
|
"allocated_objects": 2000,
|
|
517
517
|
"allocations_per_operation": 40.0
|
|
518
518
|
},
|
|
519
519
|
"parquet_read_int_list": {
|
|
520
520
|
"iterations": 50,
|
|
521
|
-
"seconds": 0.
|
|
521
|
+
"seconds": 0.065963,
|
|
522
522
|
"sample_seconds": [
|
|
523
|
-
0.
|
|
524
|
-
0.
|
|
525
|
-
0.
|
|
526
|
-
0.
|
|
527
|
-
0.
|
|
523
|
+
0.013438,
|
|
524
|
+
0.01316,
|
|
525
|
+
0.013232,
|
|
526
|
+
0.013027,
|
|
527
|
+
0.013106
|
|
528
528
|
],
|
|
529
|
-
"operations_per_second":
|
|
530
|
-
"allocated_objects":
|
|
531
|
-
"allocations_per_operation": 40.
|
|
529
|
+
"operations_per_second": 3799.39,
|
|
530
|
+
"allocated_objects": 2000,
|
|
531
|
+
"allocations_per_operation": 40.0
|
|
532
532
|
},
|
|
533
533
|
"parquet_read_long_text": {
|
|
534
534
|
"iterations": 50,
|
|
535
|
-
"seconds": 0.
|
|
535
|
+
"seconds": 0.09948,
|
|
536
536
|
"sample_seconds": [
|
|
537
|
-
0.
|
|
538
|
-
0.
|
|
539
|
-
0.
|
|
540
|
-
0.
|
|
541
|
-
0.
|
|
537
|
+
0.020491,
|
|
538
|
+
0.019533,
|
|
539
|
+
0.019678,
|
|
540
|
+
0.020005,
|
|
541
|
+
0.019773
|
|
542
542
|
],
|
|
543
|
-
"operations_per_second":
|
|
543
|
+
"operations_per_second": 2528.7,
|
|
544
544
|
"allocated_objects": 2000,
|
|
545
545
|
"allocations_per_operation": 40.0
|
|
546
546
|
},
|
|
547
547
|
"parquet_read_mixed_id": {
|
|
548
548
|
"iterations": 50,
|
|
549
|
-
"seconds": 0.
|
|
549
|
+
"seconds": 0.077018,
|
|
550
550
|
"sample_seconds": [
|
|
551
|
-
0.
|
|
552
|
-
0.
|
|
553
|
-
0.
|
|
554
|
-
0.
|
|
555
|
-
0.
|
|
551
|
+
0.015267,
|
|
552
|
+
0.015221,
|
|
553
|
+
0.016236,
|
|
554
|
+
0.015102,
|
|
555
|
+
0.015192
|
|
556
556
|
],
|
|
557
|
-
"operations_per_second":
|
|
557
|
+
"operations_per_second": 3284.94,
|
|
558
558
|
"allocated_objects": 2000,
|
|
559
559
|
"allocations_per_operation": 40.0
|
|
560
560
|
},
|
|
561
561
|
"parquet_read_nested": {
|
|
562
562
|
"iterations": 50,
|
|
563
|
-
"seconds": 0.
|
|
563
|
+
"seconds": 0.079669,
|
|
564
564
|
"sample_seconds": [
|
|
565
|
-
0.
|
|
566
|
-
0.
|
|
567
|
-
0.
|
|
568
|
-
0.
|
|
569
|
-
0.
|
|
565
|
+
0.015993,
|
|
566
|
+
0.015913,
|
|
567
|
+
0.01586,
|
|
568
|
+
0.015948,
|
|
569
|
+
0.015955
|
|
570
570
|
],
|
|
571
|
-
"operations_per_second":
|
|
571
|
+
"operations_per_second": 3135.19,
|
|
572
572
|
"allocated_objects": 2000,
|
|
573
573
|
"allocations_per_operation": 40.0
|
|
574
574
|
},
|
|
575
575
|
"parquet_read_nested_int_list": {
|
|
576
576
|
"iterations": 50,
|
|
577
|
-
"seconds": 0.
|
|
577
|
+
"seconds": 0.077526,
|
|
578
578
|
"sample_seconds": [
|
|
579
|
-
0.
|
|
580
|
-
0.
|
|
581
|
-
0.
|
|
582
|
-
0.
|
|
583
|
-
0.
|
|
579
|
+
0.015536,
|
|
580
|
+
0.015571,
|
|
581
|
+
0.01546,
|
|
582
|
+
0.015325,
|
|
583
|
+
0.015634
|
|
584
584
|
],
|
|
585
|
-
"operations_per_second":
|
|
585
|
+
"operations_per_second": 3218.33,
|
|
586
586
|
"allocated_objects": 2000,
|
|
587
587
|
"allocations_per_operation": 40.0
|
|
588
588
|
},
|
|
589
589
|
"parquet_read_nullable_flag": {
|
|
590
590
|
"iterations": 50,
|
|
591
|
-
"seconds": 0.
|
|
591
|
+
"seconds": 0.024584,
|
|
592
592
|
"sample_seconds": [
|
|
593
|
-
0.
|
|
594
|
-
0.
|
|
595
|
-
0.
|
|
596
|
-
0.
|
|
597
|
-
0.
|
|
593
|
+
0.004929,
|
|
594
|
+
0.004912,
|
|
595
|
+
0.004985,
|
|
596
|
+
0.004875,
|
|
597
|
+
0.004883
|
|
598
598
|
],
|
|
599
|
-
"operations_per_second":
|
|
599
|
+
"operations_per_second": 10179.15,
|
|
600
600
|
"allocated_objects": 2000,
|
|
601
601
|
"allocations_per_operation": 40.0
|
|
602
602
|
},
|
|
603
603
|
"parquet_read_nullable_score": {
|
|
604
604
|
"iterations": 50,
|
|
605
|
-
"seconds": 0.
|
|
605
|
+
"seconds": 0.039831,
|
|
606
606
|
"sample_seconds": [
|
|
607
|
-
0.
|
|
608
|
-
0.
|
|
609
|
-
0.
|
|
610
|
-
0.
|
|
611
|
-
0.
|
|
607
|
+
0.007979,
|
|
608
|
+
0.007993,
|
|
609
|
+
0.008,
|
|
610
|
+
0.007985,
|
|
611
|
+
0.007874
|
|
612
612
|
],
|
|
613
|
-
"operations_per_second":
|
|
613
|
+
"operations_per_second": 6261.74,
|
|
614
614
|
"allocated_objects": 2000,
|
|
615
615
|
"allocations_per_operation": 40.0
|
|
616
616
|
},
|
|
617
617
|
"parquet_read_object_id": {
|
|
618
618
|
"iterations": 50,
|
|
619
|
-
"seconds": 0.
|
|
619
|
+
"seconds": 0.076477,
|
|
620
620
|
"sample_seconds": [
|
|
621
|
-
0.
|
|
622
|
-
0.
|
|
623
|
-
0.
|
|
624
|
-
0.
|
|
625
|
-
0.
|
|
621
|
+
0.01535,
|
|
622
|
+
0.015547,
|
|
623
|
+
0.015333,
|
|
624
|
+
0.015058,
|
|
625
|
+
0.015189
|
|
626
626
|
],
|
|
627
|
-
"operations_per_second":
|
|
627
|
+
"operations_per_second": 3260.94,
|
|
628
628
|
"allocated_objects": 2000,
|
|
629
629
|
"allocations_per_operation": 40.0
|
|
630
630
|
},
|
|
631
631
|
"parquet_read_object_id_list": {
|
|
632
632
|
"iterations": 50,
|
|
633
|
-
"seconds": 0.
|
|
633
|
+
"seconds": 0.088057,
|
|
634
634
|
"sample_seconds": [
|
|
635
|
-
0.
|
|
636
|
-
0.
|
|
637
|
-
0.
|
|
638
|
-
0.
|
|
639
|
-
0.
|
|
635
|
+
0.018743,
|
|
636
|
+
0.01817,
|
|
637
|
+
0.017423,
|
|
638
|
+
0.017071,
|
|
639
|
+
0.01665
|
|
640
640
|
],
|
|
641
|
-
"operations_per_second":
|
|
641
|
+
"operations_per_second": 2869.77,
|
|
642
642
|
"allocated_objects": 2000,
|
|
643
643
|
"allocations_per_operation": 40.0
|
|
644
644
|
},
|
|
645
645
|
"parquet_read_row_id": {
|
|
646
646
|
"iterations": 50,
|
|
647
|
-
"seconds": 0.
|
|
647
|
+
"seconds": 0.03767,
|
|
648
648
|
"sample_seconds": [
|
|
649
|
-
0.
|
|
650
|
-
0.
|
|
651
|
-
0.
|
|
652
|
-
0.
|
|
653
|
-
0.
|
|
649
|
+
0.007482,
|
|
650
|
+
0.007334,
|
|
651
|
+
0.008015,
|
|
652
|
+
0.00738,
|
|
653
|
+
0.007459
|
|
654
654
|
],
|
|
655
|
-
"operations_per_second":
|
|
655
|
+
"operations_per_second": 6703.31,
|
|
656
656
|
"allocated_objects": 2000,
|
|
657
657
|
"allocations_per_operation": 40.0
|
|
658
658
|
},
|
|
659
659
|
"parquet_read_score": {
|
|
660
660
|
"iterations": 50,
|
|
661
|
-
"seconds": 0.
|
|
661
|
+
"seconds": 0.039551,
|
|
662
662
|
"sample_seconds": [
|
|
663
|
-
0.
|
|
664
|
-
0.
|
|
665
|
-
0.
|
|
666
|
-
0.
|
|
667
|
-
0.
|
|
663
|
+
0.007775,
|
|
664
|
+
0.007898,
|
|
665
|
+
0.008178,
|
|
666
|
+
0.007639,
|
|
667
|
+
0.008061
|
|
668
668
|
],
|
|
669
|
-
"operations_per_second":
|
|
669
|
+
"operations_per_second": 6330.72,
|
|
670
670
|
"allocated_objects": 2000,
|
|
671
671
|
"allocations_per_operation": 40.0
|
|
672
672
|
},
|
|
673
673
|
"parquet_read_string_list": {
|
|
674
674
|
"iterations": 50,
|
|
675
|
-
"seconds": 0.
|
|
675
|
+
"seconds": 0.092655,
|
|
676
|
+
"sample_seconds": [
|
|
677
|
+
0.018666,
|
|
678
|
+
0.018337,
|
|
679
|
+
0.018343,
|
|
680
|
+
0.018541,
|
|
681
|
+
0.018768
|
|
682
|
+
],
|
|
683
|
+
"operations_per_second": 2696.73,
|
|
684
|
+
"allocated_objects": 2000,
|
|
685
|
+
"allocations_per_operation": 40.0
|
|
686
|
+
},
|
|
687
|
+
"parquet_read_symbol": {
|
|
688
|
+
"iterations": 50,
|
|
689
|
+
"seconds": 0.043791,
|
|
676
690
|
"sample_seconds": [
|
|
677
|
-
0.
|
|
678
|
-
0.
|
|
679
|
-
0.
|
|
680
|
-
0.
|
|
681
|
-
0.
|
|
691
|
+
0.008609,
|
|
692
|
+
0.008956,
|
|
693
|
+
0.009132,
|
|
694
|
+
0.008581,
|
|
695
|
+
0.008513
|
|
682
696
|
],
|
|
683
|
-
"operations_per_second":
|
|
697
|
+
"operations_per_second": 5807.88,
|
|
684
698
|
"allocated_objects": 2000,
|
|
685
699
|
"allocations_per_operation": 40.0
|
|
686
700
|
},
|
|
687
701
|
"parquet_read_time": {
|
|
688
702
|
"iterations": 50,
|
|
689
|
-
"seconds": 0.
|
|
703
|
+
"seconds": 0.034654,
|
|
690
704
|
"sample_seconds": [
|
|
691
|
-
0.
|
|
692
|
-
0.
|
|
693
|
-
0.
|
|
694
|
-
0.
|
|
695
|
-
0.
|
|
705
|
+
0.006977,
|
|
706
|
+
0.006993,
|
|
707
|
+
0.006817,
|
|
708
|
+
0.006983,
|
|
709
|
+
0.006884
|
|
696
710
|
],
|
|
697
|
-
"operations_per_second":
|
|
711
|
+
"operations_per_second": 7166.4,
|
|
698
712
|
"allocated_objects": 2000,
|
|
699
713
|
"allocations_per_operation": 40.0
|
|
700
714
|
},
|
|
701
715
|
"parquet_read_u16": {
|
|
702
716
|
"iterations": 50,
|
|
703
|
-
"seconds": 0.
|
|
717
|
+
"seconds": 0.026289,
|
|
704
718
|
"sample_seconds": [
|
|
705
|
-
0.
|
|
706
|
-
0.
|
|
707
|
-
0.
|
|
708
|
-
0.
|
|
709
|
-
0.
|
|
719
|
+
0.005302,
|
|
720
|
+
0.00511,
|
|
721
|
+
0.005296,
|
|
722
|
+
0.005239,
|
|
723
|
+
0.005342
|
|
710
724
|
],
|
|
711
|
-
"operations_per_second":
|
|
725
|
+
"operations_per_second": 9441.09,
|
|
712
726
|
"allocated_objects": 2000,
|
|
713
727
|
"allocations_per_operation": 40.0
|
|
714
728
|
},
|
|
715
729
|
"parquet_read_u32": {
|
|
716
730
|
"iterations": 50,
|
|
717
|
-
"seconds": 0.
|
|
731
|
+
"seconds": 0.027233,
|
|
718
732
|
"sample_seconds": [
|
|
719
|
-
0.
|
|
720
|
-
0.
|
|
721
|
-
0.
|
|
722
|
-
0.
|
|
723
|
-
0.
|
|
733
|
+
0.005468,
|
|
734
|
+
0.005445,
|
|
735
|
+
0.005465,
|
|
736
|
+
0.005431,
|
|
737
|
+
0.005424
|
|
724
738
|
],
|
|
725
|
-
"operations_per_second":
|
|
739
|
+
"operations_per_second": 9182.74,
|
|
726
740
|
"allocated_objects": 2000,
|
|
727
741
|
"allocations_per_operation": 40.0
|
|
728
742
|
},
|
|
729
743
|
"parquet_read_u64": {
|
|
730
744
|
"iterations": 50,
|
|
731
|
-
"seconds": 0.
|
|
745
|
+
"seconds": 0.036762,
|
|
732
746
|
"sample_seconds": [
|
|
733
|
-
0.
|
|
734
|
-
0.
|
|
735
|
-
0.
|
|
736
|
-
0.
|
|
737
|
-
0.
|
|
747
|
+
0.00739,
|
|
748
|
+
0.007117,
|
|
749
|
+
0.007302,
|
|
750
|
+
0.007526,
|
|
751
|
+
0.007427
|
|
738
752
|
],
|
|
739
|
-
"operations_per_second":
|
|
753
|
+
"operations_per_second": 6765.9,
|
|
740
754
|
"allocated_objects": 2000,
|
|
741
755
|
"allocations_per_operation": 40.0
|
|
742
756
|
},
|
|
743
757
|
"parquet_read_u8": {
|
|
744
758
|
"iterations": 50,
|
|
745
|
-
"seconds": 0.
|
|
759
|
+
"seconds": 0.022213,
|
|
746
760
|
"sample_seconds": [
|
|
747
|
-
0.
|
|
748
|
-
0.
|
|
749
|
-
0.
|
|
750
|
-
0.
|
|
751
|
-
0.
|
|
761
|
+
0.004398,
|
|
762
|
+
0.004527,
|
|
763
|
+
0.00443,
|
|
764
|
+
0.004394,
|
|
765
|
+
0.004464
|
|
752
766
|
],
|
|
753
|
-
"operations_per_second":
|
|
767
|
+
"operations_per_second": 11286.68,
|
|
754
768
|
"allocated_objects": 2000,
|
|
755
769
|
"allocations_per_operation": 40.0
|
|
756
770
|
},
|
|
757
771
|
"parquet_read_unique_text": {
|
|
758
772
|
"iterations": 50,
|
|
759
|
-
"seconds": 0.
|
|
773
|
+
"seconds": 0.100279,
|
|
760
774
|
"sample_seconds": [
|
|
761
|
-
0.
|
|
762
|
-
0.
|
|
763
|
-
0.
|
|
764
|
-
0.
|
|
765
|
-
0.
|
|
775
|
+
0.020111,
|
|
776
|
+
0.02023,
|
|
777
|
+
0.020318,
|
|
778
|
+
0.019788,
|
|
779
|
+
0.019832
|
|
766
780
|
],
|
|
767
|
-
"operations_per_second":
|
|
781
|
+
"operations_per_second": 2486.2,
|
|
768
782
|
"allocated_objects": 2000,
|
|
769
783
|
"allocations_per_operation": 40.0
|
|
770
784
|
},
|
|
771
785
|
"parquet_read_utf8_text": {
|
|
772
786
|
"iterations": 50,
|
|
773
|
-
"seconds": 0.
|
|
787
|
+
"seconds": 0.061355,
|
|
774
788
|
"sample_seconds": [
|
|
775
|
-
0.
|
|
776
|
-
0.
|
|
777
|
-
0.
|
|
778
|
-
0.
|
|
779
|
-
0.
|
|
789
|
+
0.011712,
|
|
790
|
+
0.011607,
|
|
791
|
+
0.012812,
|
|
792
|
+
0.012458,
|
|
793
|
+
0.012766
|
|
780
794
|
],
|
|
781
|
-
"operations_per_second":
|
|
795
|
+
"operations_per_second": 4013.49,
|
|
782
796
|
"allocated_objects": 2000,
|
|
783
797
|
"allocations_per_operation": 40.0
|
|
784
798
|
}
|