Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 675 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 675 Bytes

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