Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update performance graphs for 1.30 release #21947

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions util/pastPerformance/testReleasesPerformance
Expand Up @@ -183,6 +183,9 @@ export CHPL_TEST_PERF_DATE="12/15/22"
export CHPL_HOME=$chpl_release_home/chapel-1.29.0
testReleasePerformance

export CHPL_TEST_PERF_DATE="03/23/23"
export CHPL_HOME=$chpl_release_home/chapel-1.30.0
testReleasePerformance
#
# ADD NEW RELEASES HERE AS THEY ARE CREATED.
#
Expand Down
4 changes: 4 additions & 0 deletions util/test/perf/perfgraph.js
Expand Up @@ -146,6 +146,10 @@ var branchInfo = [
{ "release": "1.29.0",
"releaseDate": "2022-12-15",
"branchDate" : "2022-12-09",
"revision" : -1},
{ "release": "1.30.0",
"releaseDate": "2023-03-23",
"branchDate" : "2022-03-17",
Copy link
Contributor

@ronawho ronawho Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2022 -> 2023? (I noticed the 1.30 release line wasn't on the graphs while doing perf triage today)

"revision" : -1}

];
Expand Down