Skip to content

Commit

Permalink
Revert "Update runtime CPU budget"
Browse files Browse the repository at this point in the history
CQ doesn't like the reduced budget.

This reverts commit 153609a.
  • Loading branch information
szuend committed Mar 5, 2021
1 parent 153609a commit f5ed733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/runtime.bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function lintManyFilesWithAllRecommendedRules({ numberOfFiles }) {

describe('runtime', () => {
it('should not take longer as the defined budget to lint many files with the recommended config', () => {
const budget = 60000000 / cpuSpeed;
const budget = 80000000 / cpuSpeed;

const { medianDuration } = runBenchmark(() => {
lintManyFilesWithAllRecommendedRules({ numberOfFiles: 350 });
Expand Down

0 comments on commit f5ed733

Please sign in to comment.