kibana/x-pack/test/plugin_api_perf/services.ts
Gidi Meir Morris 82fb767804
Introduces manual Integration Test for stress testing Task Manager (#46214)
Introduces a disabled (enabled manually when needed) Integration Test for stress testing Task Manager.

This is used to generate baseline stats for Task manager performance which can then be rerun to compare performance oriented changes and measure their performance.
2019-09-23 13:55:03 -07:00

8 lines
299 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
export { services } from '../api_integration/services';