/perf-site

Website for GSOC 2021 project: Performance Tracking in CI

Primary LanguageJavaScript

perf-site

About

Halide is a performance-critical system, so it is imperative that we understand the performance impact of every change we make. This project enable you to measure and visualize the performance of many aspects of Halide (Compile times, code size, execution speed, and etc.) for every pull request evaluated.

Project Setup

npm install # npm
yarn install # yarn

Compiles and hot-reloads for development

npm run dev #npm
yarn run dev # yarn

Lints and fixes files

npm run lint # log warnings and errors by npm
npm run lint:fix # fix files

yarn lint # log warnings and errors by yarn
yarn lint:fix # fix files