Skip to content

Commit 2c8f653

Browse files
authored
Performance graph updates for 2.3 (#26393)
This would be similar to performance graph updates in previous releases like: #24647 and #25371.
2 parents ebdb18e + a6a64c9 commit 2c8f653

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

util/pastPerformance/testReleasesPerformance

+3
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ export CHPL_TEST_PERF_DATE="09/26/24"
211211
export CHPL_HOME=$chpl_release_home/chapel-2.2.0
212212
testReleasePerformance
213213

214+
export CHPL_TEST_PERF_DATE="12/12/24"
215+
export CHPL_HOME=$chpl_release_home/chapel-2.3.0
216+
testReleasePerformance
214217
#
215218
# ADD NEW RELEASES HERE AS THEY ARE CREATED.
216219
#

util/test/perf/perfgraph.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,11 @@ var branchInfo = [
174174
{ "release": "2.2.0",
175175
"releaseDate": "2024-09-26",
176176
"branchDate" : "2024-09-20",
177-
"revision": -1},
177+
"revision": -1},
178+
{ "release": "2.3.0",
179+
"releaseDate": "2024-12-12",
180+
"branchDate" : "2024-12-06",
181+
"revision": -1},
178182
];
179183

180184
var indexMap = {};

0 commit comments

Comments
 (0)