tree: 83de7a856c0186e781357700ea00ca80de94b165 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/starnix/tests/kernel_core_bench/README.md

Benchmarks for the mapped clock library

Prerequisites

  • Ensure fx serve is running for your device.

  • Ensure fx set is configured --with //src/lib/mapped-clock/benchmarks:pkg, or if you already have a fx set setup, then append to args.gn:

    local_bench = true
    developer_test_labels += ["//src/lib/mapped-clock/benchmarks:pkg"]
    

Running

fx ffx test run fuchsia-pkg://fuchsia.com/mapped_clock_benchmarks#meta/mapped_clock_benchmarks.cm

See the output in the ffx test results on your terminal.