diff --git a/_benchmarks/README.md b/_benchmarks/README.md new file mode 100644 index 0000000000..6f7b935ff8 --- /dev/null +++ b/_benchmarks/README.md @@ -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 +. It uses Terraform to create, setup and configure the "target" and "runner" system. +