edmunds / shadowreader

Serverless load testing for replaying website traffic. Powered by AWS Lambda.
Apache License 2.0
158 stars 13 forks source link

Introduce replay_end_time load test parameter to compliment replay_start_time #20

Closed ysawa0 closed 6 years ago

ysawa0 commented 6 years ago

This resolves issue #18

Currently the replay time window for a load test is specified using "replay_start_time" and "loop_duration" This feature will allow a user to specify replay time window like so:

test_params: {
"replay_start_time": "2018-08-06T13:00",
"replay_end_time": "2018-08-06T14:00"
}

instead of:

test_params: {
"replay_start_time": "2018-08-06T13:00",
"loop_duration": 60
}