diff --git a/index.js b/index.js index ee1f33e..9aea76b 100644 --- a/index.js +++ b/index.js @@ -5,8 +5,9 @@ require(path.join(process.cwd(),"..","server","dist","database.js")); async function main(){ await sleep(5e3); + console.time("WorkflowTester") - + console.timeEnd("WorkflowTester") console.log("DONE"); }