tree: 440446cac3d486123ea7f3612c7c0a24e3e18f78 [path history] [tgz]
  1. benchmark_suite/
  2. go/
  3. hlcpp/
  4. lib-fidl/
  5. llcpp/
  6. roundtrip/
  7. rust/
  8. BUILD.gn
  9. OWNERS
  10. README.md
src/tests/benchmarks/fidl/README.md

FIDL Micro Benchmarks

Running benchmarks the “new way” (SL4F based):

fx set terminal.x64
fx run-e2e-tests fidl_microbenchmarks_test

Note that you must have fx set to a product that supports the perf end to end tests. Currently, this is terminal and workstation, but refer to the end to end tests reference page for up to date information.

Individual FIDL benchmarks can be run using the -n flag:

fx run-e2e-test fidl_microbenchmarks_test -- -n "rust_fidl_microbenchmarks"