tree: f8e02d9da16998a9eaba5aa3ec5f38116788a072 [path history] [tgz]
  1. BUILD.gn
  2. clock-test.cc
  3. handle-creation-test.cc
  4. malloc-test.cc
  5. memcpy-test.cc
  6. mutex-test.cc
  7. null-test.cc
  8. object-wait-test.cc
  9. OWNERS
  10. README.md
  11. results-test.cc
  12. runner-test.cc
  13. sleep-test.cc
  14. syscalls-test.cc
  15. timer-test.cc
zircon/system/utest/perftest/README.md

Perf Tests

These are Zircon's performance tests.

Running

Standalone Zircon Build

When using a standalone Zircon build the tests can be run with

/boot/test/sys/perf-test

Fuchsia Build

When using a Fuchsia build you must first ensure the right package is included. Try building with

fx set core.x64 --with-base //bundles/buildbot:core && fx full-build

You can then run the tests with

/pkgfs/packages/garnet_benchmarks/0/test/sys/perf-test

Developing

For examples of how to use the testing framework, as well as coding guidelines, please read: perftest.h