k6 icon indicating copy to clipboard operation
k6 copied to clipboard

Consider extensions built into the k6 binary when checking if binary provisioning is required

Open pablochacin opened this issue 7 months ago • 0 comments

The binary provisioning process analyzes the script to be executed to identify the dependencies of extensions. It the current binary does not satisfy them, it will provision a custom binary.

However, this process currently does not consider any extension built into the binary.

For example, if the script requires xk6-faker and the binary already contains this extension, a new binary with the xk6-faker will be provisioned.

pablochacin avatar Apr 15 '25 16:04 pablochacin