Skip to content

Commit 3733277

Browse files
committed
Expand Firefox PerfStats collection to new metrics, 64bit
1 parent 89c2ec6 commit 3733277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/engine/command/perfStats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class PerfStatsInterface {
2626
* @throws {Error} Throws an error if not running Firefox.
2727
*/
2828
// eslint-disable-next-line prettier/prettier
29-
async start(featureMask = 0xFF_FF_FF_FF) {
29+
async start(featureMask = 0xFFFF_FFFF_FFFF_FFFFn) {
3030
if (this.options.browser === 'firefox') {
3131
return this.PerfStats.start(featureMask);
3232
} else {

0 commit comments

Comments
 (0)