Created
May 5, 2021 04:45
-
-
Save eklitzke/92dd1ef40a12dc45f463f8498f95b56f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library") | |
cc_binary( | |
name = "iterperf", | |
srcs = ["main.cc"], | |
deps = [ | |
"@benchmark", | |
"@com_google_absl//absl/container:flat_hash_map", | |
"@com_google_absl//absl/container:node_hash_map", | |
], | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment