You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2020/05/04 13:35:00 UTC

[jira] [Created] (ARROW-8691) [C++] Don't re-initialize Minio in every s3fs benchmark

David Li created ARROW-8691:
-------------------------------

             Summary: [C++] Don't re-initialize Minio in every s3fs benchmark
                 Key: ARROW-8691
                 URL: https://issues.apache.org/jira/browse/ARROW-8691
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: David Li


Minio is initialized in a googlebenchmark fixture, which means that every benchmark will start a new server and re-generate all the data. We should better control this so that we can at least share data within a benchmark run, since it's the same files between all benchmarks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)