Improving Logging output.

This commit is contained in:
Fabian Stamm
2019-03-19 21:47:21 +01:00
parent 0f3dc07dff
commit 331169c925
2 changed files with 3 additions and 2 deletions

View File

@ -47,6 +47,7 @@ async function benchmark(count: number, message_size: number) {
}
Logging.waitForSetup().then(async () => {
return;
console.log("Large data benchmark:")
await benchmark(7000, 50000);