Re: [FFmpeg-devel] [PATCH] checkasm: add sample argument to adjust during bench

2024-05-16 Thread Rémi Denis-Courmont
Le torstaina 16. toukokuuta 2024, 16.09.49 EEST J. Dekker a écrit : > Some timers on certain device and test combinations can produce noisy > results, affecting the reliability of performance measurements. One > notable example of this is the Canaan K230 RISC-V development board. > > An option to

[FFmpeg-devel] [PATCH] checkasm: add sample argument to adjust during bench

2024-05-16 Thread J. Dekker
Some timers on certain device and test combinations can produce noisy results, affecting the reliability of performance measurements. One notable example of this is the Canaan K230 RISC-V development board. An option to adjust the number of samples (--samples) has been added, allowing developers t