Skip to content

Commit

Permalink
wip cp
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 11, 2024
1 parent b153ec4 commit 8469604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { eslintCoreConfigNx, jsPackagesCoreConfig } from './code-pushup.preset';
const onlyAudits: OnlyAudit[] = [
'graph-time-project',
'graph-time-task',
//'cache-size',
//'task-time',
'cache-size',
'task-time',
];
const taskGraphTasks = ['cli-e2e:nxv-env-install'];
const taskTimeTasks: TaskTimeAuditOption[] = [
Expand Down Expand Up @@ -41,7 +41,7 @@ export default mergeConfigs(
// ~ 250MB
maxCacheSize: 262_144_000,
onlyAudits,
}),/**/
}),
],
categories: [
{
Expand All @@ -55,7 +55,7 @@ export default mergeConfigs(
onlyAudits,
}),
],
},/**/
},
],
},
await jsPackagesCoreConfig(),
Expand Down

0 comments on commit 8469604

Please sign in to comment.