From e840b503198f775796fbd686b349b64b66487286 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Wed, 8 Jun 2022 13:30:37 +0000 Subject: [PATCH] fix: disable benchmarks --- tests/misc/benchmark.test.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/misc/benchmark.test.ts b/tests/misc/benchmark.test.ts index d941b9193..7226146dd 100644 --- a/tests/misc/benchmark.test.ts +++ b/tests/misc/benchmark.test.ts @@ -1,15 +1,15 @@ -import { memoryBenchmarks } from "../../benchmarks/index.ts"; -import enableCachePlugin from "../../plugins/cache/mod.ts"; -import { loadBot } from "../mod.ts"; +// import { memoryBenchmarks } from "../../benchmarks/index.ts"; +// import enableCachePlugin from "../../plugins/cache/mod.ts"; +// import { loadBot } from "../mod.ts"; -Deno.test({ - name: "[Memory] Benchmark memory tests", - fn: async (t) => { - const bot = enableCachePlugin(loadBot()); +// Deno.test({ +// name: "[Memory] Benchmark memory tests", +// fn: async (t) => { +// const bot = enableCachePlugin(loadBot()); - await memoryBenchmarks(bot, { - log: true, - table: true, - }); - }, -}); +// await memoryBenchmarks(bot, { +// log: true, +// table: true, +// }); +// }, +// });