forked from elastic/go-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|