diff --git a/.github/example_images/vegeta_example.gif b/.github/example_images/vegeta_example.gif index 30f47cb..fa0fe04 100644 Binary files a/.github/example_images/vegeta_example.gif and b/.github/example_images/vegeta_example.gif differ diff --git a/vegeta_ss/config/config.yaml.example b/vegeta_ss/config/config.yaml.example index 2074d72..c4236de 100644 --- a/vegeta_ss/config/config.yaml.example +++ b/vegeta_ss/config/config.yaml.example @@ -21,9 +21,9 @@ experiment_parameters: # Name used to help organizing and keeping different experiments results, which will be saved in results/experiments experiment_name: experiment_i # Maximum rate of request per second that will be tried - max_req_sec: 200 + max_req_sec: 1200 # Minimum rate of request per second that will be tried - min_req_sec: 20 + min_req_sec: 600 # Time in seconds of each attack experiment_duration_sec: 3 # Accepted maximum latency to consider the trail for a given rate successful