Skip to main content
Module

x/discordeno/tests/benchmark.ts

Discord API library for Deno
Extremely Popular
Go to Latest
File
import { bot } from "./mod.ts";import { memoryBenchmarks } from "../benchmarks/index.ts";import { sanitizeMode } from "./constants.ts";
Deno.test({ name: "[Memory] Benchmark memory tests", fn: async (t) => { await memoryBenchmarks(bot, { log: true, table: true, }); }, ...sanitizeMode,});