From d2e65b5aaf76bdd19406fa710ece9b72e2043ae8 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Sat, 7 Mar 2020 09:55:56 +0100 Subject: [PATCH] add hyperfine CLI benchmark tool --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index 49c611a..824f4bb 100644 --- a/Brewfile +++ b/Brewfile @@ -177,3 +177,4 @@ brew "lazygit" # simple terminal UI for git commands brew "lazydocker" # simple terminal UI for managing docker brew "docui" # simple terminal UI for creating/configuring docker services brew "httpie" # provides http - a command line HTTP client that will make you smile. +brew "hyperfine" # CLI benchmark tool