Skip to content

Commit 6d59478

Browse files
committed
update documentation with new performance metadata for test results
1 parent e64b609 commit 6d59478

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/Configuration.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,13 +2080,22 @@ This option allows the use of a custom results processor. This processor must be
20802080
"column": number,
20812081
"line": number
20822082
},
2083-
"duration": number | null
2083+
"duration": number | null,
2084+
"startAt": epoch | null
20842085
},
20852086
...
20862087
],
20872088
"perfStats": {
2088-
"start": epoch,
2089-
"end": epoch
2089+
"end": epoch,
2090+
"loadTestEnvironmentEnd": epoch,
2091+
"loadTestEnvironmentStart": epoch,
2092+
"runtime": number,
2093+
"setupAfterEnvEnd": epoch,
2094+
"setupAfterEnvStart": epoch,
2095+
"setupFilesEnd": epoch,
2096+
"setupFilesStart": epoch,
2097+
"slow": boolean,
2098+
"start": epoch
20902099
},
20912100
"testFilePath": absolute path to test file,
20922101
"coverage": {}

0 commit comments

Comments
 (0)