In my project, we have just moved to K6 from Jmeter. Thank you Navneet for the detailed explanation, it helps me kick start on K6 as we don't have much content on the web on this topic.
Actually, you have a mistake while showing 'per-vu-iterations'. You didn't use executor as shown in documentation. And you have a warning in console(error unknown field executor). And you still have 200 shared iterations, also is this is printed in console right after warning on the 12:46 timeline
You should use like this export const options={ scenarios: { contacts: { executor: 'per-vu-iterations', vus: 10, iterations: 200, maxDuration: '30s', } } } because on video has warning not know field executor
In my project, we have just moved to K6 from Jmeter. Thank you Navneet for the detailed explanation, it helps me kick start on K6 as we don't have much content on the web on this topic.
@@deepakkhetan7860 I am looking for k6 setup with gradle for API load test.
Did you accomplished similar?
Actually, you have a mistake while showing 'per-vu-iterations'. You didn't use executor as shown in documentation. And you have a warning in console(error unknown field executor). And you still have 200 shared iterations, also is this is printed in console right after warning on the 12:46 timeline
Great overview, thank you!
Heyyy hii your sessions are awesome and really helpful
You should use like this
export const options={
scenarios: {
contacts: {
executor: 'per-vu-iterations',
vus: 10,
iterations: 200,
maxDuration: '30s',
}
}
}
because on video has warning not know field executor
is there any recording option in K6 to record the steps
Can you please upload a video for enhancement and validation
I want bot instagram work with proxy abd send message automatically