/** * Benchmarks for the LONG_LITERAL regex in detectSecretsInSource — * verifies that letting the regex engine filter to 32+ chars is faster * than matching 24+ and discarding short ones in JS afterwards. * * Run with: pnpm vitest bench */ export {}; //# sourceMappingURL=Detectsecrets.bench.d.ts.map