Skip to content

Commit 5d5f23b

Browse files
committed
Update Running large tests to replace k6 Cloud mentions
1 parent 5fa3e84 commit 5d5f23b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/data/markdown/translated-guides/en/07 Testing Guides/04 Running large tests.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ If you need the response body for some requests, override the option with [Param
168168

169169
### When streaming, use `--no-thresholds` and `--no-summary`
170170

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.
173173

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.
175175
This will save some memory and CPU cycles.
176176

177177
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
347347

348348
> 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.
349349
350-
## Large-scale tests in k6 Cloud
350+
## Large-scale tests in the cloud
351351

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/).
353353

354354
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.
355355

@@ -358,5 +358,4 @@ If you aren't sure whether OSS or Cloud is a better fit for your project, we rec
358358
- [Fine tuning OS](/misc/fine-tuning-os)
359359
- [JavaScript Compatibility Mode](/using-k6/javascript-compatibility-mode)
360360
- [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)
362361
- [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

Comments
 (0)