hashtable-benchmarks
hashtable-benchmarks copied to clipboard
Does not build on ARM by default
The .bazelrc file prevents building on ARM platforms (i.e. AWS Graviton) because:
https://github.com/google/hashtable-benchmarks/blob/1e2f25fd81d4a15c582ff3a171d0756ff5d98d5f/.bazelrc#L3
It works after removing this line, but it would be nice to build on ARM by default without editing build files.
Happy to entertain patches, I am not really a bazel expert