Re: Ursabot Benchmark framework for other languages

2020-08-28 Thread Kazuaki Ishizaki
ev > Date: 2020/08/28 04:52 > Subject: [EXTERNAL] Re: Ursabot Benchmark framework for other languages > > Hello Kazuaki! > > I recommend you read and take a look at the benchmark sub-library [1] > of archery and how it's glued [2]. You will need to implement: > > - A ru

Re: Ursabot Benchmark framework for other languages

2020-08-27 Thread Francois Saint-Jacques
Hello Kazuaki! I recommend you read and take a look at the benchmark sub-library [1] of archery and how it's glued [2]. You will need to implement: - A runner for the framework you intend to use [3] and [4], it also implies capturing the output into a class that implements the "Benchmark"

Ursabot Benchmark framework for other languages

2020-08-27 Thread Kazuaki Ishizaki
I am new to the Ursabot benchmark framework like https://github.com/apache/arrow/pull/7940#issuecomment-673183390. How can we run benchmark programs written in other languages (e.g. Java) beyond C++? If it is not supported yet, what do we need to support to run benchmark programs in other