perf(ivy): introduce a node-based micro-benchmarks harness (#32510)

PR Close #32510
This commit is contained in:
Pawel Kozlowski
2019-09-06 16:26:42 +02:00
committed by Matias Niemelä
parent 66df745721
commit 2895edc9c6
4 changed files with 88 additions and 7 deletions

View File

@ -9,6 +9,7 @@ ts_library(
),
deps = [
"//packages/core",
"@npm//@types/node",
],
)