simon 1 년 전
부모
커밋
70928c94cc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      TC5/start.ts

+ 3
- 0
TC5/start.ts 파일 보기

@@ -38,6 +38,7 @@ async function readTest(symbol:string, count: number = 100): Promise<any> {



console.log(new Date());
const start = Date.now();
let proms = [];
for(let i = 0; i < count; i++) {
@@ -80,6 +81,8 @@ console.log(`목적 서버 : ${rpcUrl}`);

async function main() {
await readTest('test001',1000);

}

main();

Loading…
취소
저장