|
|
|
@ -26,9 +26,9 @@ http_archive( |
|
|
|
|
|
|
|
|
|
http_archive( |
|
|
|
|
name = "com_github_google_benchmark", |
|
|
|
|
urls = ["https://github.com/google/benchmark/archive/16703ff83c1ae6d53e5155df3bb3ab0bc96083be.zip"], |
|
|
|
|
strip_prefix = "benchmark-16703ff83c1ae6d53e5155df3bb3ab0bc96083be", |
|
|
|
|
sha256 = "59f918c8ccd4d74b6ac43484467b500f1d64b40cc1010daa055375b322a43ba3", |
|
|
|
|
urls = ["https://github.com/google/benchmark/archive/0baacde3618ca617da95375e0af13ce1baadea47.zip"], |
|
|
|
|
strip_prefix = "benchmark-0baacde3618ca617da95375e0af13ce1baadea47", |
|
|
|
|
sha256 = "62e2f2e6d8a744d67e4bbc212fcfd06647080de4253c97ad5c6749e09faf2cb0", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
http_archive( |
|
|
|
@ -37,6 +37,7 @@ http_archive( |
|
|
|
|
build_file = "//benchmarks:BUILD.googleapis", |
|
|
|
|
strip_prefix = "googleapis-master", |
|
|
|
|
patch_cmds = ["find google -type f -name BUILD.bazel -delete"], |
|
|
|
|
sha256 = "a3353ef2cea09074eac8a99b6ad8e1c802c9bfac6a6192401287de8d6991b6bc", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
system_python( |
|
|
|
|