amazon-ion / ion-python

A Python implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
253 stars 50 forks source link

Benchmark-cli `IO-type=buffer` should support benchmarking multiple top_level objects #325

Open cheqianh opened 6 months ago

cheqianh commented 6 months ago

Currently, benchmark-cli is able to benchmark data that includes multiple top level objects when io-type=file. We should enable this for io-type=buffer too.

Reference PR - https://github.com/amazon-ion/ion-python/pull/315