summaryrefslogtreecommitdiffstats
path: root/makedeps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makedeps.sh')
-rwxr-xr-xmakedeps.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/makedeps.sh b/makedeps.sh
index e579c73..53981ac 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -21,7 +21,8 @@ mkdir -p $DIR
pushd $DIR
gitclone "https://github.com/google/highwayhash.git" master highwayhash
gitclone "https://github.com/google/googletest.git" main googletest
- gitclone "https://github.com/grpc/grpc" v1.70.1 grpc
+ gitclone "https://github.com/grpc/grpc" v1.70.1 grpc
+ gitclone "https://github.com/google/benchmark.git" v1.8.3 benchmark
popd
TAR=valkey-search-deps-$1.tgz