We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c03775 commit 96673e8Copy full SHA for 96673e8
1 file changed
examples/cpp/Makefile
@@ -16,7 +16,7 @@ benchmark/build: benchmark
16
mkdir -p benchmark/build
17
18
benchmark:
19
- [ -d benchmark ] || git clone --depth=1 --single-branch --branch v1.5.0 https://github.com/google/benchmark.git benchmark
+ [ -d benchmark ] || git clone --depth=1 --single-branch --branch v1.9.3 https://github.com/google/benchmark.git benchmark
20
21
benchmark/googletest: benchmark
22
[ -d benchmark/googletest ] || git clone --depth=1 --single-branch --branch release-1.12.1 https://github.com/google/googletest.git benchmark/googletest
0 commit comments