Re: [PATCH v5 0/5] perf test: Add a runs-per-test option
From: Namhyung Kim
Date: Fri Jan 17 2025 - 12:55:02 EST
On Thu, 09 Jan 2025 20:57:31 -0800, Ian Rogers wrote:
> Add a runs-per-test option to perf test inorder to better diagnose
> flakes. Each runs executes as if it were a different test, the tests
> appear together in the output:
>
> ```
> $ perf test -r 3 lbr -v
> 122: perf record LBR tests : Ok
> 122: perf record LBR tests : Ok
> 122: perf record LBR tests : Ok
> ```
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung