You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run with --browser=chrome it opens with the "Choose Your Search Engine" modal tab which prevents tachometer to work:
npx tachometer destr.html no-destr.html --browser=chrome
[----------------------------------------------------------] launching chromeRunning benchmarks
[----------------------------------------------------------] warmup 1/2 chrome destr.htmlError: Expected only 1 open tab, got 2
at openAndSwitchToNewTab (file:///Users/arv/src/temp/perf-destr/node_modules/tachometer/src/browser.ts:298:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Runner.takeSamples (file:///Users/arv/src/temp/perf-destr/node_modules/tachometer/src/runner.ts:293:7)
at Runner.warmup (file:///Users/arv/src/temp/perf-destr/node_modules/tachometer/src/runner.ts:148:7)
at Runner.run (file:///Users/arv/src/temp/perf-destr/node_modules/tachometer/src/runner.ts:96:5)
at realMain (file:///Users/arv/src/temp/perf-destr/node_modules/tachometer/src/cli.ts:179:14)
at main (file:///Users/arv/src/temp/perf-destr/node_modules/tachometer/src/cli.ts:45:15)
The text was updated successfully, but these errors were encountered:
When I run with
--browser=chrome
it opens with the "Choose Your Search Engine" modal tab which prevents tachometer to work:The text was updated successfully, but these errors were encountered: