Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions util/cron/test-perf.chapcs.playground.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ export CHPL_NIGHTLY_TEST_CONFIG_NAME="perf.chapcs.playground"
# 4) Update START_DATE to be today, using the format mm/dd/yy
#

GITHUB_USER=insertinterestingnamehere
GITHUB_BRANCH=qthreads-1.23
SHORT_NAME=qthreads123
START_DATE=2/5/26
# Test what happens to performance if we disable the
# --interprocedural-alias-analysis pass by default

GITHUB_USER=bradcray
GITHUB_BRANCH=no-noAliasSets2
SHORT_NAME=noAliasAnalysis
START_DATE=2/19/26

set -e
checkout_branch $GITHUB_USER $GITHUB_BRANCH
Expand Down
15 changes: 9 additions & 6 deletions util/cron/test-perf.hpe-apollo-hdr.arkouda.playground.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ source $UTIL_CRON_DIR/common-perf-hpe-apollo-hdr.bash
# When the multi-local playground is not used, set `SKIP_ARKOUDA_PLAYGROUND=1
#

# Test what happens to performance if we disable the
# --interprocedural-alias-analysis pass by default

SKIP_ARKOUDA_PLAYGROUND=0
if [[ "$SKIP_ARKOUDA_PLAYGROUND" == "1" ]]; then
log_info "Skipping testing of the arkouda playground"
Expand All @@ -48,14 +51,14 @@ fi

TEST_NIGHTLY=1

GITHUB_USER=chapel-lang
GITHUB_BRANCH=main
GITHUB_USER=bradcray
GITHUB_BRANCH=no-noAliasSets2

SHORT_NAME=negative-bigint-better-fix
START_DATE=12/16/25
SHORT_NAME=noAliasAnalysis
START_DATE=2/19/26

export ARKOUDA_URL=https://github.com/1RyanK/arkouda.git
export ARKOUDA_BRANCH=5150-Try_to_fix_bigint_performance_again
export ARKOUDA_URL=https://github.com/Bears-R-Us/arkouda.git
export ARKOUDA_BRANCH=main

if [[ "$TEST_NIGHTLY" == "1" ]]; then
set -e
Expand Down
11 changes: 7 additions & 4 deletions util/cron/test-perf.hpe-apollo-hdr.gasnet-ibv.playground.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ if [[ "$SKIP_ML_PLAYGROUND" == "1" ]]; then
exit
fi

GITHUB_USER=insertinterestingnamehere
GITHUB_BRANCH=qthreads-1.23
SHORT_NAME=qthreads123
START_DATE=2/5/26
# Test what happens to performance if we disable the
# --interprocedural-alias-analysis pass by default

GITHUB_USER=bradcray
GITHUB_BRANCH=no-noAliasSets2
SHORT_NAME=noAliasAnalysis
START_DATE=2/19/26

set -e
checkout_branch $GITHUB_USER $GITHUB_BRANCH
Expand Down