feat(benchpress): create component_benchmark macro (#35692)

* Create component_benchmark macro
* Change class_bindings benchmark to use component_benchmark

PR Close #35692
This commit is contained in:
Wagner Maciel
2020-03-18 09:01:41 -07:00
committed by Misko Hevery
parent df890d7629
commit 8968b206b4
11 changed files with 209 additions and 76 deletions

View File

@ -0,0 +1,4 @@
# This BUILD file exists to mark //tools/components as a package.
#
# Without this, using component_benchmark.bzl would throw an error saying:
# Label '//tools/components:component_benchmark.bzl' is invalid because 'tools/components' is not a package