Commit e502f46
authored
[CI][Bench] Install perf in proper version (#20493)
To fix issue: `WARNING: perf not found for kernel 6.17.0-6`
ref.
https://github.com/intel/llvm/actions/runs/18870710633/job/53848872196#step:19:1241
For self-hosted machines kernel packages installed in docker may be
unsuitable - install packages required for `perf` in each workflow run
(to match the actual host).1 parent 0289b15 commit e502f46
File tree
2 files changed
+8
-1
lines changed- devops
- actions/run-tests/benchmark
- scripts/benchmarks/utils
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments