tree: c8b5ef5d3c0c13793d05e539e700f708dc7be9e9 [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 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