From 716b23d2ae73a4c021047799787ace21c8e11869 Mon Sep 17 00:00:00 2001 From: acreskeyMoz Date: Thu, 17 Jul 2025 16:00:56 -0400 Subject: [PATCH] Expand Firefox PerfStats collection to new metrics, 64bit We need to ensure that the following Firefox bug has landed before this is deployed. https://bugzilla.mozilla.org/show_bug.cgi?id=1977673 --- lib/core/engine/command/perfStats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/engine/command/perfStats.js b/lib/core/engine/command/perfStats.js index ffe277fdb..60369c301 100644 --- a/lib/core/engine/command/perfStats.js +++ b/lib/core/engine/command/perfStats.js @@ -26,7 +26,7 @@ export class PerfStatsInterface { * @throws {Error} Throws an error if not running Firefox. */ // eslint-disable-next-line prettier/prettier - async start(featureMask = 0xFF_FF_FF_FF) { + async start(featureMask = 0xFF_FF_FF_FF_FF_FF_FF_FFn) { if (this.options.browser === 'firefox') { return this.PerfStats.start(featureMask); } else {