Skip to content

Commit

Permalink
wip CP
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 10, 2024
1 parent f187b57 commit db39ff7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ import nxPerformancePlugin, {
import {TaskTimeAuditOption} from './tooling/measures/nx-performance';

const onlyAudits: OnlyAudit[] = [
// 'graph-time-project',
// 'graph-time-task',
// 'cache-size',
'graph-time-project',
'graph-time-task',
'cache-size',
'task-time',
];
const taskGraphTasks = ['cli-e2e:nxv-env-install'];
const taskTimeTasks: TaskTimeAuditOption[] = [
{task: 'models-e2e:nxv-env-teardown'},
{task: 'models-e2e:nxv-env-bootstrap'},
{task: 'models-e2e:nxv-env-setup'},
{task: 'models-e2e:e2e'},
/* {task: 'models-e2e:nxv-env-teardown'},
{task: 'models-e2e:nxv-env-bootstrap'},
{task: 'models-e2e:nxv-env-setup'},
{task: 'models-e2e:e2e'},
{task: 'models-e2e:nxv-e2e'},
{task: 'nx-verdaccio-e2e:nxv-e2e'},
{task: 'cli-e2e-original:original-e2e', options: { exclude: ["nx-verdaccio"]}},*/
{task: 'models-e2e:nxv-e2e'},
{task: 'nx-verdaccio-e2e:nxv-e2e'},
{task: 'cli-e2e-original:original-e2e', options: { exclude: ["nx-verdaccio"]}},
];
const cacheSizeTasks = [
'models-e2e:nxv-env-setup',
Expand Down

0 comments on commit db39ff7

Please sign in to comment.