Simon Lee 1 year ago
parent
commit
b2e0221ac0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      TC3/start.ts

+ 2
- 2
TC3/start.ts View File

assert(count == resolved.length); assert(count == resolved.length);
resolved.forEach(b => { resolved.forEach(b => {
//console.log(b.data); //console.log(b.data);
console.log(b);
//console.log(b);
}); });


const end = Date.now(); const end = Date.now();
console.log(`목적 서버 : ${gateWay}`); console.log(`목적 서버 : ${gateWay}`);


async function main() { async function main() {
await readHealth('BCG_TEST',holder1,10);
await readHealth('BCG_TEST',holder1,5000);
//await readTest('BCG_TEST',holder1,1000); //await readTest('BCG_TEST',holder1,1000);
} }

Loading…
Cancel
Save