diff options
Diffstat (limited to 'ci/setup-osx-benchmark.sh')
-rwxr-xr-x | ci/setup-osx-benchmark.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/setup-osx-benchmark.sh b/ci/setup-osx-benchmark.sh new file mode 100755 index 0000000..80d8768 --- /dev/null +++ b/ci/setup-osx-benchmark.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +set -ex + +brew update +brew install hyperfine |