tree: bb13fccd393ca19b06e935aada20502da6f01bb9 [path history] [tgz]
  1. clock-test.cpp
  2. handle-creation-test.cpp
  3. malloc-test.cpp
  4. memcpy-test.cpp
  5. mutex-test.cpp
  6. null-test.cpp
  7. process-test.cpp
  8. README.md
  9. results-test.cpp
  10. rules.mk
  11. runner-test.cpp
  12. sleep-test.cpp
  13. syscalls-test.cpp
  14. timer-test.cpp
system/utest/perftest/README.md

Perf Tests

These are Zircon's performance tests. When using a Fuchsia build, the tests can be run with /system/test/sys/perf-test. When using a standalone Zircon build the tests can be run with /boot/test/sys/perf-test.

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