Skip to content

Commit 96673e8

Browse files
committed
update google benchmark version
1 parent 9c03775 commit 96673e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ benchmark/build: benchmark
1616
mkdir -p benchmark/build
1717

1818
benchmark:
19-
[ -d benchmark ] || git clone --depth=1 --single-branch --branch v1.5.0 https://github.com/google/benchmark.git benchmark
19+
[ -d benchmark ] || git clone --depth=1 --single-branch --branch v1.9.3 https://github.com/google/benchmark.git benchmark
2020

2121
benchmark/googletest: benchmark
2222
[ -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

Comments
 (0)