We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7b78e commit 4dd8bc4Copy full SHA for 4dd8bc4
tools/perf/Documentation/perf-test.txt
@@ -33,13 +33,9 @@ OPTIONS
33
34
-S::
35
--sequential::
36
- Run tests one after the other, this is the default mode.
37
-
38
--p::
39
---parallel::
40
- Run tests in parallel, speeds up the whole process but is not safe with
41
- the current infrastructure, where some tests that compete for some resources,
42
- for instance, 'perf probe' tests that add/remove probes or clean all probes, etc.
+ Run all tests one after the other. By default "exclusive"
+ tests are run sequentially, but other tests are run in
+ parallel to speed execution.
43
44
-F::
45
--dont-fork::
0 commit comments