From a78da9c26db373266a8f39ca4258196bfd77e419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Sun, 24 Sep 2023 19:27:38 +0200 Subject: [PATCH] docs: wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0cf9e2..0590794 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,6 @@ major change is API breaking. For example, ## Future -One possible future development idea is to support local k6 build. If the user has a go compiler and a git version manager, the k6 build can be done natively, without using Docker Engine. This can already reduce the first cache loading time, but it can significantly speed up subsequent builds. +One possible future development idea is to support native k6 build without Docker Engine. If the user has a go compiler and a git version manager, the k6 build can be done natively, without using Docker Engine. This can already reduce the first cache loading time, but it can significantly speed up subsequent builds. Another possible future development idea is to make it possible to use pre-built k6 binaries. Instead of building, the k6 binary could be downloaded from properly prepared custom k6 GitHub releases. This will allow you to use k6x even without Docker Engine. In addition, the use of pre-built k6 binaries will significantly reduce the cache loading time (from 45-50 seconds to a few seconds).