| .mpt-coveragerc |
|
150 |
| .raptor-coveragerc |
|
129 |
| __init__.py |
|
493 |
| argparser.py |
%(prog)s [options] [test paths] |
16517 |
| environment.py |
Sets the argument |
3502 |
| hooks.py |
|
2045 |
| layers.py |
Sets the argument |
5064 |
| mach_commands.py |
|
7787 |
| metadata.py |
|
1879 |
| metrics |
|
|
| profiler.py |
Used to start and stop any profilers setup through the system later. |
933 |
| runner.py |
Pure Python runner so we can execute perftest in the CI without
depending on a full mach toolchain, that is not fully available in
all worker environments.
This runner can be executed in two different ways:
- by calling run_tests() from the mach command
- by executing this module directly
When the module is executed directly, if the --on-try option is used,
it will fetch arguments from Tascluster's parameters.
|
10191 |
| schemas |
|
|
| script.py |
\
%(filename)s
%(filename_underline)s
:owner: %(owner)s
:name: %(name)s
|
20292 |
| system |
|
|
| test |
|
|
| tests |
|
|
| tools.py |
Raised when a performance change is detected.
This failure happens with regressions, and improvements. There
is no unique failure for each of them.
TODO: We eventually need to be able to distinguish between these.
To do so, we would need to incorporate the "lower_is_better" settings
into the detection tooling.
|
5361 |
| utils.py |
Raised when perfMetrics were not found, or were not output
during a test run. |
22147 |