You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ To change the testing configuration, see the files in the [config](./config) dir
24
24
25
25
Different scenarios can be customized under `config/benchmarks/scenarios/benchmarks`. Current the benchmarks support two testing scenarios:
26
26
27
-
* Ingestion path scenarios: [suppored configuration](https://github.com/observatorium/loki-benchmarks/blob/1a0a9e8f6190475b6c1bfacb5a31a88bd76cbb36/internal/config/config.go#L76-L81), this test will generate X amount of logs throughout a 30 minute window that's supposed to represent a full day of log ingestion.
28
-
* Query path scenarios: [supported configuration](https://github.com/observatorium/loki-benchmarks/blob/1a0a9e8f6190475b6c1bfacb5a31a88bd76cbb36/internal/config/config.go#L102-L108), the theory behind this test is to generate the amount of data that would be queried before it starts running the queries.
27
+
* Ingestion path scenarios: [suppored configuration](./internal/config/config.go#L77), this test will generate X amount of logs throughout a 30 minute window that's supposed to represent a full day of log ingestion.
28
+
* Query path scenarios: [supported configuration](./internal/config/config.go#L103), the theory behind this test is to generate the amount of data that would be queried before it starts running the queries.
29
29
30
30
## Running Benchmarks
31
31
32
32
### Prerequisites
33
33
34
-
The `run-operator-benchmarks` expects the following two env vars to be set `LOKI_OPERATOR_REGISTRY``LOKI_STORAGE_BUCKET`.
34
+
The `run-operator-benchmarks` expects the following two env vars to be set `LOKI_OPERATOR_REGISTRY_BASE``LOKI_STORAGE_BUCKET`.
0 commit comments