Upgrade google-benchmark to v1.8.4 am: 4643d20873

Original change: https://android-review.googlesource.com/c/platform/external/google-benchmark/+/3118328

Change-Id: I12b0128c0ff1335fee5308c22de3bc72bde4b0d7
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 23b519c..71396ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 # Require CMake 3.10. If available, use the policies up to CMake 3.22.
 cmake_minimum_required (VERSION 3.10...3.22)
 
-project (benchmark VERSION 1.8.3 LANGUAGES CXX)
+project (benchmark VERSION 1.8.4 LANGUAGES CXX)
 
 option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
 option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
diff --git a/METADATA b/METADATA
index 8718b22..563019d 100644
--- a/METADATA
+++ b/METADATA
@@ -8,13 +8,13 @@
   license_type: NOTICE
   last_upgrade_date {
     year: 2024
-    month: 5
-    day: 1
+    month: 6
+    day: 7
   }
   homepage: "https://github.com/google/benchmark"
   identifier {
     type: "Git"
     value: "https://github.com/google/benchmark.git"
-    version: "bc946b919cac6f25a199a526da571638cfde109f"
+    version: "v1.8.4"
   }
 }
diff --git a/MODULE.bazel b/MODULE.bazel
index 95db0b1..0624a34 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
 module(
     name = "google_benchmark",
-    version = "1.8.3",
+    version = "1.8.4",
 )
 
 bazel_dep(name = "bazel_skylib", version = "1.5.0")