Skip to content

Commit

Permalink
Performance graph updates for 2.2 (#25996)
Browse files Browse the repository at this point in the history
This would be similar to performance graph updates in previous releases
like: #24647 and
#25371.
  • Loading branch information
tzinsky authored Sep 26, 2024
2 parents 4bb09af + 27d9ee3 commit fb058aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions util/pastPerformance/testReleasesPerformance
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ testReleasePerformance
export CHPL_TEST_PERF_DATE="06/27/24"
export CHPL_HOME=$chpl_release_home/chapel-2.1.0
testReleasePerformance

export CHPL_TEST_PERF_DATE="09/26/24"
export CHPL_HOME=$chpl_release_home/chapel-2.2.0
testReleasePerformance

#
# ADD NEW RELEASES HERE AS THEY ARE CREATED.
#
Expand Down
4 changes: 4 additions & 0 deletions util/test/perf/perfgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ var branchInfo = [
"releaseDate": "2024-06-27",
"branchDate" : "2024-06-24",
"revision": -1},
{ "release": "2.2.0",
"releaseDate": "2024-09-26",
"branchDate" : "2024-09-20",
"revision": -1},
];

var indexMap = {};
Expand Down

0 comments on commit fb058aa

Please sign in to comment.