Skip to content

Commit 9bce875

Browse files
committed
add mimalloc test configs
Signed-off-by: Jade Abraham <[email protected]>
1 parent 3635455 commit 9bce875

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

util/cron/test-mimalloc.bash

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Test with mimalloc allocator
4+
5+
UTIL_CRON_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
6+
source $UTIL_CRON_DIR/common.bash
7+
source $UTIL_CRON_DIR/common-localnode-paratest.bash
8+
9+
export CHPL_HOST_MEM=mimalloc
10+
export CHPL_TARGET_MEM=mimalloc
11+
12+
export CHPL_NIGHTLY_TEST_CONFIG_NAME="mimalloc"
13+
14+
$UTIL_CRON_DIR/nightly -cron ${nightly_args} $(get_nightly_paratest_args 2)

util/cron/test-ml-mimalloc.bash

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Test with mimalloc allocator, multilocale tests only
4+
5+
UTIL_CRON_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
6+
source $UTIL_CRON_DIR/common-gasnet.bash
7+
source $UTIL_CRON_DIR/common-localnode-paratest.bash
8+
9+
export GASNET_QUIET=Y
10+
11+
export CHPL_HOST_MEM=mimalloc
12+
export CHPL_TARGET_MEM=mimalloc
13+
14+
export CHPL_NIGHTLY_TEST_CONFIG_NAME="ml-mimalloc"
15+
16+
$UTIL_CRON_DIR/nightly -cron -multilocale ${nightly_args} $(get_nightly_paratest_args 2)

0 commit comments

Comments
 (0)