cyb70289 commented on pull request #12196: URL: https://github.com/apache/arrow/pull/12196#issuecomment-1018535080
> How were the tests run? Assume the [flight benchmark](https://github.com/cyb70289/arrow/blob/flight-data-plane/cpp/src/arrow/flight/flight_benchmark.cc) as described at https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/ was used. Do you mean how to run flightrpc benchmark? - To build it you have to enable -DARROW_FLIGHT=ON in cmake. - To run client and server on same host: just run "arrow-flight-benchmark -num_streams=1 -num_threads=1" (change 1 to 2,4,... for more streams). It spawns server at the background automatically. - To run across network, you run "arrow-flight-perf-server" on server and "arrow-flight-benchmark" on client, you will need to specify server ip, see the cmdline helps for more options. - To verify this PR please see the commit message above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org