Skip to content

Commit

Permalink
collect visual metrics too
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 6, 2024
1 parent 48ab868 commit 93fe5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/browsertime.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function run(urls, options) {
options.visualMetrics = false;
} else {
options.video = true;
options.visualMetrics = false;
options.visualMetrics = true;
}
}
const traceEngine = new Engine(options);
Expand Down

0 comments on commit 93fe5ef

Please sign in to comment.