diff --git a/benchmarks/runtime.bench.js b/benchmarks/runtime.bench.js index 9906f5a..94f7609 100644 --- a/benchmarks/runtime.bench.js +++ b/benchmarks/runtime.bench.js @@ -86,7 +86,7 @@ function lintManyFilesWithAllRecommendedRules({ numberOfFiles }) { describe('runtime', () => { it('should not take longer as the defined budget to lint many files with the recommended config', () => { const nodeVersionMultiplier = getNodeVersionMultiplier(); - const budget = 80000000 / cpuSpeed * nodeVersionMultiplier; + const budget = 70000000 / cpuSpeed * nodeVersionMultiplier; const { medianDuration } = runBenchmark(() => { lintManyFilesWithAllRecommendedRules({ numberOfFiles: 350 });