diff --git a/docs/Configuration.md b/docs/Configuration.md index d557dcee7904..70f6059c886b 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -2080,13 +2080,22 @@ This option allows the use of a custom results processor. This processor must be "column": number, "line": number }, - "duration": number | null + "duration": number | null, + "startAt": epoch | null }, ... ], "perfStats": { - "start": epoch, - "end": epoch + "end": epoch, + "loadTestEnvironmentEnd": epoch, + "loadTestEnvironmentStart": epoch, + "runtime": number, + "setupAfterEnvEnd": epoch, + "setupAfterEnvStart": epoch, + "setupFilesEnd": epoch, + "setupFilesStart": epoch, + "slow": boolean, + "start": epoch }, "testFilePath": absolute path to test file, "coverage": {}