mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Revert "memoryBenchmarks() second argument is optional (defaults to true)"
This reverts commit b773ef1571.
This commit is contained in:
@@ -5,7 +5,10 @@ import { sanitizeMode } from "./constants.ts";
|
||||
Deno.test({
|
||||
name: "[Memory] Benchmark memory tests",
|
||||
fn: async (t) => {
|
||||
await memoryBenchmarks(bot);
|
||||
await memoryBenchmarks(bot, {
|
||||
log: true,
|
||||
table: true,
|
||||
});
|
||||
},
|
||||
...sanitizeMode,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user