This commit is contained in:
Fabian Stamm 2019-03-19 21:49:41 +01:00
commit dec35001e3
1 changed files with 1 additions and 0 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);