JetBrains / ij-perf-report-aggregator

Home Page:https://ij-perf.jetbrains.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://ij-perf.jetbrains.com

License:Apache License 2.0


Languages

Language:Vue 30.9%Language:TypeScript 24.0%Language:SCSS 20.1%Language:Go 20.0%Language:JavaScript 3.4%Language:CSS 1.2%Language:Makefile 0.2%Language:Dockerfile 0.1%Language:Smarty 0.0%Language:HTML 0.0%Language:Shell 0.0%