ingest performance metrics to ci-stats (#134792)

This commit is contained in:
Baturalp Gurdin 2022-06-23 00:44:11 +02:00 committed by GitHub
parent b41bc6643d
commit e5d73a1169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 538 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/*
* 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.
*/
require('../src/setup_node_env');
require('@kbn/ci-stats-performance-metrics').runCli();