Skip to content

Commit

Permalink
perf: setup code-pushup and add nx-perf plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 15, 2024
1 parent b469049 commit c796c6d
Show file tree
Hide file tree
Showing 9 changed files with 1,136 additions and 6 deletions.
11 changes: 11 additions & 0 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import {CoreConfig} from "@code-pushup/models";
import nxPerformancePlugin from "./tooling/measures/nx-performance/nx-performance.plugin";

const tasks = ['cli-e2e:e2e', 'cli-e2e-original:original-e2e'];
export default {
plugins: [
nxPerformancePlugin({
tasks
})
],
} satisfies CoreConfig;
Loading

0 comments on commit c796c6d

Please sign in to comment.