-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automated: linux: mmtests: added override feature
Sometimes benchmarks used in MMTests require configuration tweaks. This can be done with manual config file edits or can be done with override feature, which takes a string in format "KEY1=VAL1;KEY2=VAL2;..." and replaces values for required keys automatically. Usually such tweaks are required to control the number of iterations and execution time on benchmark level, not on MMTests level (with MMTEST_ITERATIONS). For example, for aim9 benchmark user can specify "AIM9_TESTTIME=5;AIM9_TESTLIST=page_test" to reduce test time and use only one test instead of all. Signed-off-by: Konstantin Belov <[email protected]>
- Loading branch information
Konstantin Belov
committed
Nov 7, 2024
1 parent
34ed5c2
commit fc543d9
Showing
1 changed file
with
48 additions
and
2 deletions.
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