From 1309a85356a3a1b65c15db6f7400ef3e747cc178 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Mon, 27 Apr 2026 20:15:22 -0400 Subject: [PATCH] Don't use ednolan fork of benchmark Problems with CI that I thought were caused by benchmark were actually just caused by using too old a benchmark version and are already fixed in the latest version. --- lockfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lockfile.json b/lockfile.json index 802e643..87cb691 100644 --- a/lockfile.json +++ b/lockfile.json @@ -12,8 +12,8 @@ { "name": "benchmark", "package_name": "benchmark", - "git_repository": "https://github.com/ednolan/benchmark.git", - "git_tag": "1e122ad5693ee068a6133f7df67805c4cacfe64d", + "git_repository": "https://github.com/google/benchmark.git", + "git_tag": "v1.9.5", "cmake_args": { "BENCHMARK_ENABLE_WERROR": "OFF" }