Closed hyojin5658 closed 3 years ago
tpstest-app의 두가지 API를 구현하였다.
이 두가지 테스트를 진행하기 위해서 사용하는 노드가 있다.
TPS 테스트를 실행하는 법
cd BLEEPeval/tpstest-app/bitcoin; sh start_test.sh 3 TPS ; (sh start_test.sh [난이도] [tps/latency]
Latency 테스트 실행 하는 법
cd BLEEPeval/tpstest-app/bitcoin; sh start_test.sh 3 Latency ; (sh start_test.sh [난이도] [tps/latency]
이렇게 실행 하면 되고, 테스트에 대한 결과는 shadow.data/hosts/txgenerator/stdout-txgenerator.BITCOINTPS_TESTER.1000.log 파일에 있으며, 해당 테스트에 관한 결과를 확인할 수 있다.
어느 브랜치에서 테스트하셨나요? TPS/Latency를 묶어 놨네요. 위키에도 묶어서 작성하는 방향으로 할께요~
@victork86 issue/320 branch에서 작업했습니다~
TPS/Latency Regtest
해당 브랜치를 develop 브랜치에 PR 날려서 merge 했습니다.
add latency API and support Bitcoin latency test