theprogrammablemind_4wp 9.3.0-beta.5 → 9.3.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client.js +2 -1
- package/package.json +1 -1
package/client.js
CHANGED
@@ -345,8 +345,9 @@ const _process = async (config, query, { initializer, commandLineArgs, credentia
|
|
345
345
|
throw json
|
346
346
|
} else {
|
347
347
|
let clientSideTime
|
348
|
+
let start
|
348
349
|
if (isTest) {
|
349
|
-
|
350
|
+
start = runtime.performance.performance.now()
|
350
351
|
}
|
351
352
|
const summary = { summaries: json.summaries, length: json.contexts.length }
|
352
353
|
summaries.push(summary)
|