Skip to content

JetBrains/ij-perf-report-aggregator

Repository files navigation

JetBrains incubator project lint-and-test

IJ Perf

Tool to collect performance reports in various formats from TeamCity, insert into ClickHouse, send notifications about degradations and visualize the results.

  • clickhouse-backup - backup clickhouse data.
  • clickhouse-restore - restore clickhouse data.
  • backend - server, provide access to ClickHouse and Postgres via HTTP API
  • tc-collector - collect performance reports from TeamCity artifacts and insert to ClickHouse.
  • degradation-detector service that checks for performance degradations and sends notifications.

Dashboard Editing

Directory dashboard contains Vue.js application built using PrimeVue UI Library.

  • pnpm i to install dependencies
  • pnpm vite serve to start a dev server with hot module replacement.
  • pnpm build to build for production and pnpm vite preview to preview the production build.
  • You can change server to the local one in ServerConfigurator.ts

To change dashboard, edit your dashboard page in dashboard/new-dashboard/src/components