perf-test.txt 793 B

123456789101112131415161718192021222324252627282930313233343536
  1. perf-test(1)
  2. ============
  3. NAME
  4. ----
  5. perf-test - Runs sanity tests.
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf test [<options>] [{list <test-name-fragment>|[<test-name-fragments>|<test-numbers>]}]'
  10. DESCRIPTION
  11. -----------
  12. This command does assorted sanity tests, initially through linked routines but
  13. also will look for a directory with more tests in the form of scripts.
  14. To get a list of available tests use 'perf test list', specifying a test name
  15. fragment will show all tests that have it.
  16. To run just specific tests, inform test name fragments or the numbers obtained
  17. from 'perf test list'.
  18. OPTIONS
  19. -------
  20. -s::
  21. --skip::
  22. Tests to skip (comma separated numeric list).
  23. -v::
  24. --verbose::
  25. Be more verbose.
  26. -F::
  27. --dont-fork::
  28. Do not fork child for each test, run all tests within single process.