apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
169 stars 35 forks source link

chore(dev/benchmarks): Benchmark `ViewArrayAs` for versions that contain the helper #443

Open paleolimbot opened 5 months ago

paleolimbot commented 5 months ago

Extracted from #404 to simplify that PR. Because the benchmarks build against previous versions (currently just the last released version), new features need to be guarded with an #ifdef and care needs to be taken that roughly the same thing is being benchmarked among versions.