simpletest.sh 592 字节
Newer Older
1
#!/bin/bash
sangshuduo's avatar
sangshuduo 已提交
2
python3 ./test.py $1 -f insert/basic.py
3
python3 ./test.py -s $1
4
sleep 1
sangshuduo's avatar
sangshuduo 已提交
5
python3 ./test.py $1 -f insert/int.py
6 7
python3 ./test.py -s $1
sleep 1
sangshuduo's avatar
sangshuduo 已提交
8
python3 ./test.py $1 -f insert/float.py
9
python3 ./test.py -s $1
sangshuduo's avatar
sangshuduo 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
sleep 1
python3 ./test.py $1 -f insert/bigint.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/bool.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/double.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/smallint.py
python3 ./test.py -s $1
sleep 1
python3 ./test.py $1 -f insert/tinyint.py
python3 ./test.py -s $1
sleep 1