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, +// }); +// }, +// });