Skip to content

Commit d142fda

Browse files
committed
benchmarks: expand vector sizes
1 parent c715a32 commit d142fda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

benchmarks/vector_deserialize.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ def main():
288288

289289
# Other types (smaller iteration counts)
290290
(128, DoubleType, "double", 10000),
291+
(768, DoubleType, "double", 5000),
292+
(1536, DoubleType, "double", 2000),
293+
(64, Int32Type, "int", 15000),
291294
(128, Int32Type, "int", 10000),
292295
]
293296

0 commit comments

Comments
 (0)