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: src/data/markdown/translated-guides/en/07 Testing Guides/04 Running large tests.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,10 +168,10 @@ If you need the response body for some requests, override the option with [Param
168
168
169
169
### When streaming, use `--no-thresholds` and `--no-summary`
170
170
171
-
If you're running a local test and streaming results to the k6 Cloud (`k6 run -o cloud`), you might want to disable the terminal summary
172
-
and local threshold calculation, because k6 Cloud will display the summary and calculate the thresholds.
171
+
If you're running a local test and streaming results to the cloud (`k6 run -o cloud`), you might want to disable the terminal summary
172
+
and local threshold calculation, because the cloud service will display the summary and calculate the thresholds.
173
173
174
-
Without these options, the operations will be duplicated by both the local machine and the k6 Cloud servers.
174
+
Without these options, the operations will be duplicated by both the local machine and the cloud servers.
175
175
This will save some memory and CPU cycles.
176
176
177
177
Here are all the mentioned flags, all in one:
@@ -347,9 +347,9 @@ With the limitations mentioned above, we built a [Kubernetes operator](https://g
347
347
348
348
> The k6 goal is to support a native open-source solution for distributed execution. If you want to follow the progress, subscribe to the [distributed execution issue](https://github.com/grafana/k6/issues/140) on GitHub.
349
349
350
-
## Large-scale tests in k6 Cloud
350
+
## Large-scale tests in the cloud
351
351
352
-
[k6 Cloud](https://k6.io/cloud), our commercial offering, provides an instant solution for running large-scale tests, among other [benefits](/cloud#how-can-it-help-me).
352
+
[Grafana Cloud k6](https://grafana.com/products/cloud/k6/), our commercial offering, provides an instant solution for running large-scale tests, among other [benefits](https://grafana.com/docs/grafana-cloud/k6/).
353
353
354
354
If you aren't sure whether OSS or Cloud is a better fit for your project, we recommend reading this [white paper](https://k6.io/what-to-consider-when-building-or-buying-a-load-testing-solution) to learn more about the risks and features to consider when building a scalable solution.
355
355
@@ -358,5 +358,4 @@ If you aren't sure whether OSS or Cloud is a better fit for your project, we rec
-[A biased comparison of the best open source load testing tools](https://k6.io/blog/comparing-best-open-source-load-testing-tools)
361
-
-[k6 Cloud Pricing - soak and large-scale tests](https://k6.io/pricing#larger-tests)
362
361
-[White paper: what to consider when building or buying a load testing solution](https://k6.io/what-to-consider-when-building-or-buying-a-load-testing-solution)
0 commit comments