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.
npm install # npm
yarn install # yarn
npm run dev #npm
yarn run dev # yarn
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