openmct/src/plugins/performanceIndicator
Joe Pea a5580912e3
fix a couple flaky tests (#5061)
* fix: forgot to increase maxDiffPixels for one snapshot test, making it more chance to flake. let's see if this work

* hopefully fix PerformanceIndicator test flakes

* hopefully actually fix PerfIndicator test this time

* ok, *finally* fix PerfIndicator test... hopefully...

* simplify PerfIndicator test to check only for positive fps value
2022-04-20 10:41:09 -07:00
..
2022-04-20 10:41:09 -07:00

URL Indicator

Adds an indicator which shows the number of frames that the browser is able to render per second. This is a useful proxy for the maximum number of updates that any telemetry display can perform per second. This may be useful during performance testing, but probably should not be enabled by default.

This indicator adds adds about 3% points to CPU usage in the Chrome task manager.

Installation

openmct.install(openmct.plugins.PerformanceIndicator());