mirror of https://github.com/dtm-labs/dtm.git
csharpjavadistributed-transactionsdtmgogolangmicroservicenodejsphpdatabasesagaseatatcctransactiontransactionsxapythondistributed
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
352 B
10 lines
352 B
# !/bin/bash
|
|
apt update
|
|
apt install -y git
|
|
git clone https://github.com/dtm-labs/dtm.git && cd dtm && git checkout alpha && cd bench && make
|
|
|
|
|
|
echo 'all prepared. you shoud run following commands to test in different terminal'
|
|
echo
|
|
echo 'cd dtm && go run helper/bench/main.go redis|boltdb|db'
|
|
echo 'cd dtm && ./helper/bench/test-redis|boltdb|mysql.sh'
|
|
|