Remove performance metrics from cypress (#9467)
They are unfortunately unreliable and have been broken since June anyways.
This commit is contained in:
parent
dade38086c
commit
6fe8744e4d
8 changed files with 0 additions and 176 deletions
|
@ -18,7 +18,6 @@ limitations under the License.
|
|||
|
||||
import PluginEvents = Cypress.PluginEvents;
|
||||
import PluginConfigOptions = Cypress.PluginConfigOptions;
|
||||
import { performance } from "./performance";
|
||||
import { synapseDocker } from "./synapsedocker";
|
||||
import { slidingSyncProxyDocker } from "./sliding-sync";
|
||||
import { webserver } from "./webserver";
|
||||
|
@ -30,7 +29,6 @@ import { log } from "./log";
|
|||
*/
|
||||
export default function(on: PluginEvents, config: PluginConfigOptions) {
|
||||
docker(on, config);
|
||||
performance(on, config);
|
||||
synapseDocker(on, config);
|
||||
slidingSyncProxyDocker(on, config);
|
||||
webserver(on, config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue