We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8151c commit 708dde7Copy full SHA for 708dde7
1 file changed
.buildkite/scripts/benchmark/README.md
@@ -13,4 +13,9 @@
13
- Run the benchmark script
14
- Send data to your own Elasticsearch. Customise `VAULT_PATH="secret/ci/elastic-logstash/your/path"`
15
- Run the script `main.sh`
16
- - or run in background `nohup bash -x main.sh > log.log 2>&1 &`
+ - or run in background `nohup bash -x main.sh > log.log 2>&1 &`
17
+
18
+## Notes
19
+- Benchmarks should only be compared using the same hardware setup.
20
+- Please do not send the test metrics to the benchmark cluster. You can set `VAULT_PATH` to send data and metrics to your own server.
21
+- Run `all.sh` as calibration which gives you a baseline of performance in different versions.
0 commit comments