Add a note how to benchmark Elasticsearch
With this commit we add a note that explains when to use benchmarks and point the reader to the macrobenchmarking tool Rally for further information. Relates #37694
This commit is contained in:
parent
f54a3b5f67
commit
1de286bfb3
|
@ -631,3 +631,13 @@ inside `/etc/hosts`, e.g.:
|
|||
255.255.255.255 broadcasthost
|
||||
::1 localhost ElasticMBP.local`
|
||||
....
|
||||
|
||||
== Benchmarking
|
||||
|
||||
For changes that might affect the performance characteristics of Elasticsearch
|
||||
you should also run macrobenchmarks. We maintain a macrobenchmarking tool
|
||||
called https://github.com/elastic/rally[Rally]
|
||||
which you can use to measure the performance impact. It comes with a set of
|
||||
default benchmarks that we also
|
||||
https://elasticsearch-benchmarks.elastic.co/[run every night]. To get started,
|
||||
please see https://esrally.readthedocs.io/en/stable/[Rally's documentation].
|
||||
|
|
Loading…
Reference in New Issue