mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* 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>
13 lines
495 B
JavaScript
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'],
|
|
};
|