forked from fengguang/lkp-tests
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lkp picking up system's perf and Add new param
1) Fix: lkp unable to pick latest perf rather using system's perf as a consequence unable to run benchmarks on custom kernels 2) Feat: add new parameter # -thp_opt to enable lkp run two different variant of the microbenchmark (thp/no_thp) and lkp ncompare able to differentiate the results of the same Reviewed-by: Srikanth Aithal <[email protected]> Signed-off-by: Suneeth D <[email protected]>
- Loading branch information
Suneeth D
authored and
Suneeth D
committed
Dec 3, 2024
1 parent
0f898e6
commit ab2da70
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ parameters: | |
nr_processes: | ||
nr_threads: | ||
mem_proc: | ||
thp_opt: | ||
extra_params: | ||
|
||
results: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters