mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
push latest so far
This commit is contained in:
+4
-5
@@ -619,13 +619,12 @@ Deno.test("[Bot] - Starting Tests", async (t) => {
|
||||
});
|
||||
|
||||
// CONDUCT MEMORY BENCHMARK TESTS
|
||||
|
||||
t.step({
|
||||
await t.step({
|
||||
name: "[Memory] Benchmark memory tests",
|
||||
fn: async (t) => {
|
||||
await memoryBenchmarks(bot, true);
|
||||
},
|
||||
...sanitizeMode,
|
||||
}),
|
||||
await stopBot(bot);
|
||||
});
|
||||
|
||||
await stopBot(bot);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user