Skip to content

JetBrains/ij-perf-report-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 test your changes against production server, replace the url to https://ij-perf-api.labs.jb.gg. Make sure you have access to the internal network.

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