Skip to content

Commit

Permalink
docs: Future ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Sep 24, 2023
1 parent 7202b43 commit 9bab71f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,6 @@ major change is API breaking. For example,

## Future

The most important 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).
One possible future development idea is to support local k6 build. If the user has a go compiler and a git version manager, k6 can be built locally. 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).

0 comments on commit 9bab71f

Please sign in to comment.