benawad / destiny

Prettier for File Structures
MIT License
3.53k stars 80 forks source link

Benchmarking Destiny on CI #150

Open AnatoleLucet opened 4 years ago

AnatoleLucet commented 4 years ago

It could be nice to see how much new PRs/changes affect Destiny's performances by benchmarking the build on the CI.

A tool like Hyperfine should be fine for this task. I found a Github Action for Hyperfine, but it doesn't seem to be very popular. I guess we could try to go with this action anyway (its code seems to be fine) and switch to an install & start setup if we encounter any issue.

Edit: This tool can also be useful.