-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4491 from jasonb5/performance-baselines
Updates performance baselines Updates how performance baselines are created and compared. Before Baseline generation stores cpl.log Comparison parses baseline and testcase cpl.log and compares throughput/memory --check-throughput and --check-memory will PASS even if MEMCOMP or TPUTCOMP fail bless_test_results --hist-only will update the baseline cpl.log After Baseline generation stores throughput in cpl-tput.log and memory usage in cpl-mem.log Comparison parses testcase cpl.log and compares the baselines respective files --check-throughput and --check-memory will DIFF if MEMCOMP or TPUTCOMP fail bless_test_results now has --tput-only and --mem-only to bless individual performance DIFF Fixes logging throughput/memory comparison results in TestStatus.log Allows generation/comparison to be customized by the coupler Test suite: pytest -vvv CIME/tests Test baseline: n/a Test namelist changes: n/a Test status: n/a Fixes E3SM-Project/E3SM#5885 User interface changes?: N Update gh-pages html (Y/N)?: N
- Loading branch information
Showing
16 changed files
with
2,329 additions
and
435 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
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
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 |
---|---|---|
|
@@ -26,3 +26,4 @@ scripts/Tools/JENKINS* | |
components | ||
libraries | ||
share | ||
test_coverage/** |
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
Oops, something went wrong.