You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, vus should be a plain number. This seems like a regression that likely was caused by #681 or #713, since k6 v0.22.1 is the first k6 version that doesn't work as expected, k6 v0.22.0 produces the following correct result:
INFO[0000] vus normal 0=5
INFO[0000] vus typeof 0=number
INFO[0000] vus JSON.stringify 0=5
INFO[0000] vus properties 0=
ERRO[0000] TypeError: Object has no member 'value'
The text was updated successfully, but these errors were encountered:
Running the following script with k6, with or without specifying the
vus
via the CLI flag:will produce something like this:
Instead,
vus
should be a plain number. This seems like a regression that likely was caused by #681 or #713, sincek6 v0.22.1
is the first k6 version that doesn't work as expected,k6 v0.22.0
produces the following correct result:The text was updated successfully, but these errors were encountered: