/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Warm for (const url of urls) {
await commands.navigate(url);
await commands.wait.byTime(idle_delay);
}
return commands.measure.stop();
}
module.exports = {
test,
owner: "Performance Team",
name: "perfstats",
description: "Collect perfstats for the given site",
longDescription: ` This test launches browsertime with the perfStats option (will collect low-overhead timings, see Bug 1553254).
The test currently runs a short user journey. A selection of popular sites are visited, first as cold pageloads, and then as warm.
`,
usage: `
./mach perftest --hook testing/performance/hooks_perfstats.py \
testing/performance/perftest_perfstats.js --browsertime-iterations 10 \
--perfherder-metrics name:HttpChannelCompletion_Cache name:HttpChannelCompletion_Network
`,
};
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.