Files
hyperswitch/loadtest/k6/helper/misc.js

3 lines
83 B
JavaScript

export function random_string() {
return Math.random().toString(36).slice(-5)
}