kibana/packages/kbn-performance-testing-dataset-extractor/jest.config.js
Dzmitry Lemechko ca75531de2
[kbn-performance-testing-dataset-extractor] organise kibana concurrent calls into streams (#138263)
* use streams for both es and kibana calls

* improve run speed

* update comments

* fixes for review

* update test

* use msearch to get all ES requests

* remove unused method

* Update packages/kbn-performance-testing-dataset-extractor/src/es_client.ts

Co-authored-by: Spencer <email@spalger.com>

* fix code

* specify index

* check span is defined

Co-authored-by: Spencer <email@spalger.com>
2022-08-11 12:58:21 +02:00

13 lines
495 B
JavaScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
module.exports = {
preset: '@kbn/test',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-performance-testing-dataset-extractor'],
};