tree: f0a95816b824dfea139943bdd0697a76adefb67f [path history] [tgz]
  1. BUILD.gn
  2. clock-test.cpp
  3. handle-creation-test.cpp
  4. malloc-test.cpp
  5. memcpy-test.cpp
  6. mutex-test.cpp
  7. null-test.cpp
  8. object-wait-test.cpp
  9. README.md
  10. results-test.cpp
  11. runner-test.cpp
  12. sleep-test.cpp
  13. syscalls-test.cpp
  14. timer-test.cpp
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 x64 --monolith garnet/packages/buildbot && 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