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 02c42ee commit b153ec4
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 @@ -32,7 +32,7 @@ const cacheSizeTasks = [
export default mergeConfigs(
{
plugins: [
/* nxPerformancePlugin({
nxPerformancePlugin({
taskTimeTasks,
taskGraphTasks,
// ~ 1 minutes 20 seconds
Expand All @@ -41,10 +41,10 @@ export default mergeConfigs(
// ~ 250MB
maxCacheSize: 262_144_000,
onlyAudits,
}),*/
}),/**/
],
categories: [
/* {
{
slug: 'performance',
title: 'Performance',
refs: [
Expand All @@ -55,7 +55,7 @@ export default mergeConfigs(
onlyAudits,
}),
],
},*/
},/**/
],
},
await jsPackagesCoreConfig(),
Expand Down

0 comments on commit b153ec4

Please sign in to comment.