"README_ORIGIN.rst" did not exist on "005bc473df5d5be3f261fa2d883e027608deb12d"
run.sh 390 Bytes
Newer Older
1
2
3
. /opt/conda/etc/profile.d/conda.sh

cd ~
Jinjing Zhou's avatar
Jinjing Zhou committed
4
mkdir regression
5
cd regression
Jinjing Zhou's avatar
Jinjing Zhou committed
6
7
# git config core.filemode false
git clone --recursive https://github.com/dmlc/dgl.git 
8
cd dgl
Jinjing Zhou's avatar
Jinjing Zhou committed
9
10
mkdir asv
cp -r ~/asv_data/* asv/
11
12

conda activate base
Jinjing Zhou's avatar
Jinjing Zhou committed
13
14
pip install --upgrade pip
pip install asv numpy
15

16
source /root/regression/dgl/tests/scripts/build_dgl.sh gpu
17
18
19
20
21

conda activate base
asv machine --yes
asv run
asv publish