-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmtests.sh: moving results processing into separate functions
'run_test' func reworked to do only ops required to launch benchmark. New func 'extract_json' extracts results in form of JSON, one per benchmark. This JSON are missing important details about test run - just results. So 'collect_details' func was added to collect meta-data about benchmark run and env. Func 'collect_results' builds final JSON file with all necessary info for further processing. This approach allows to modify functions individually and separate functionality. Moreover parsing implemented in this way allows to remove 'MMTESTS_TYPE_NAME' parameter and simplify mmtests use and test case LAVA specifications. Removed alterport support and DBENCH-specifics. Signed-off-by: Konstantin Belov <[email protected]>
- Loading branch information
Konstantin Belov
committed
Oct 13, 2023
1 parent
85c3388
commit 5ed0be3
Showing
1 changed file
with
87 additions
and
65 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