k6-jslib-utils

k6-jslib-utils

APACHE-2.0 License

Stars
13
Committers
10

Bot releases are visible (Hide)

k6-jslib-utils - v1.4.0 Latest Release

Published by oleiade over 2 years ago

What's changed

  • The uuidv4 function now supports a secure boolean flag. When set to true, the function will use a cryptographically secure random number
    generator in the uuid creation process. Setting the secure flag to true makes the function execution an order of magnitude slower than
    while using its standard random generator counterpart. Its default value is false: https://github.com/grafana/k6-jslib-utils/commit/04cc655bc72f8d81f4284c05ef02468f65c42846

Full Changelog: https://github.com/grafana/k6-jslib-utils/compare/v1.3.0...v1.4.0

k6-jslib-utils -

Published by javaducky over 2 years ago

Extending the randomString and findBetween functions.

k6-jslib-utils - v1.1.0

Published by sniku over 3 years ago

findBetween function

k6-jslib-utils - v1.0.0

Published by sniku over 3 years ago