Hello, Arrow has some small benchmarking tests for S3[1] and Local FS. Does anyone know if there is any benchmarking done for GCS? I noticed it uses storage-testbench[2] for testing, but it doesn't look like it produces any profiling data.
I realize these are trivial benchmarks using stubbed file systems, so I'd be curious if anyone has done their own benchmarking of filesystems with Arrow against the actual storage systems themselves. [1] https://github.com/apache/arrow/blob/main/cpp/src/arrow/filesystem/s3fs_benchmark.cc [2] https://github.com/googleapis/storage-testbench
