cc_test(
name = "benchmark_test",
copts = [
"-Werror", "-std=c++14"
],
srcs = [
"benchmark_test.cc"
deps = [
"//:tim-vx_interface"
)