diff options
Diffstat (limited to 'test/http_perf_SUITE.erl')
-rw-r--r-- | test/http_perf_SUITE.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/http_perf_SUITE.erl b/test/http_perf_SUITE.erl index 38a18a4..1484c03 100644 --- a/test/http_perf_SUITE.erl +++ b/test/http_perf_SUITE.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2025, Loïc Hoguin <[email protected]> +%% Copyright (c) Loïc Hoguin <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above @@ -52,7 +52,6 @@ init_per_group(Name, Config) -> max_received_frame_rate => {10_000_000, 1}, stream_window_data_threshold => 1024, stream_window_margin_size => 64*1024 - })]. end_per_group(Name, _) -> |