Skip to content

Scheduling Classes

Mark Feit edited this page Mar 5, 2020 · 2 revisions

There are four scheduling classes:

background and background-multi - Background tests that produce single and multiple (streaming) results. These run in parallel with anything else.

normal - Single-result tests that consume modest amounts of resources, can run alongside each other but not high resource consumers. The test runs in parallel with normal, background and background-multi tests.

exclusive - Single-result tests that consume enough resources to influence the results of other measurements and are therefore given near-exclusive use of the system. These run in parallel only with background and background-multi.

Clone this wiki locally