support stress test stage
HarrisChu opened this issue · 1 comments
HarrisChu commented
support render k6 config file with test stage, e.g.
export let options = {
stages: [
{ duration: '3m', target: 10 },
{ duration: '5m', target: 10 },
{ duration: '10m', target: 35 },
{ duration: '3m', target: 0 },
],
};
maybe we could config it in .env file.
HarrisChu commented
@FangJinhe cc