Skip to content

Commit

Permalink
Benchmarks: Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Sep 22, 2020
1 parent dae5060 commit 9e5cb31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Benchmarks

This folder contains code for running the [common Elasticsearch client benchmarks](https://clients-benchmarks.elastic.co).

The `benchmarks` package contains the general configuration for the benchmarks. The `runner` package provides the code for running and measuring the client actions, storing the results in an Elasticsearch cluster. The individual client interactions are defined by the `actions` package.

The code for setting up the benchmarks infrastructure is available at
<https://github.com/elastic/elasticsearch-clients-benchmarks>. It uses Terraform to create, setup and configure the "target" and "runner" system.

0 comments on commit 9e5cb31

Please sign in to comment.