Install hyperfine command easily
It will download and install the latest official release from github.
npm install -g hyperfine$ hyperfine --helpYou'll need the --unsafe-perm option on npm. Check this example:
FROM mhart/alpine-node:12
RUN npm i -g hyperfine --unsafe-perm
MIT
This fork made possible by pablo.pink
| Pablo Varela |