xref: /aosp_15_r20/external/libcxx/utils/google-benchmark/WORKSPACE (revision 58b9f456b02922dfdb1fad8a988d5fd8765ecb80)
1workspace(name = "com_github_google_benchmark")
2
3http_archive(
4     name = "com_google_googletest",
5     urls = ["https://github.com/google/googletest/archive/3f0cf6b62ad1eb50d8736538363d3580dd640c3e.zip"],
6     strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e",
7)
8