Skip to content

Commit

Permalink
Switch perf playground to main (#25301)
Browse files Browse the repository at this point in the history
Switch perf playground to main as it is not being used right now and
testing main will reduce nightly noise.

[Not reviewed - trivial]
  • Loading branch information
jabraham17 authored Jun 17, 2024
2 parents 54d26b3 + 7f10219 commit 34c9fb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions util/cron/test-perf.chapcs.playground.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export CHPL_NIGHTLY_TEST_CONFIG_NAME="perf.chapcs.playground"
# 4) Update START_DATE to be today, using the format mm/dd/yy
#

GITHUB_USER=jabraham17
GITHUB_BRANCH=new-pm-perf
SHORT_NAME=new-llvm-pm
START_DATE=05/29/24
GITHUB_USER=chapel-lang
GITHUB_BRANCH=main
SHORT_NAME=main
START_DATE=06/17/24

git branch -D $GITHUB_USER-$GITHUB_BRANCH
git checkout -b $GITHUB_USER-$GITHUB_BRANCH
Expand Down

0 comments on commit 34c9fb8

Please sign in to comment.