| @@ -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(); | |||