pitrou opened a new issue, #39305:
URL: https://github.com/apache/arrow/issues/39305

   ### Describe the enhancement requested
   
   When invoking a C++ micro-benchmark, `archery benchmark run --repetitions 
<N>` allows passing a number of internal repetitions to Google Benchmark.
   
   However, some benchmarks may show varying results accross process 
executions, for example due to cache aliasing or other issues related to 
address space randomization. It would there be useful to also set an _external_ 
number of repetitions, meaning the Google Benchmark executable would be invoked 
a given number of times (instead of just once).
   
   The total number of repetitions would then be equal to `external_repetition 
* repetitions`.
   
   ### Component(s)
   
   Archery, Benchmarking


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to